AdWords API
Feedback on this document

type AdSchedule (v201302)

Represents an AdSchedule Criterion. AdSchedule is specified as day and time of the week criteria to target the Ads.

Note: An AdSchedule may not have more than six intervals in a day.

This is enabled for AdX.
Namespace
https://adwords.google.com/api/adwords/cm/v201302
Fields
Field Type Description
Criterion (inherited)
id
Filterable
Required
Selectable
xsd:long ID of this criterion. This field can be selected using the value "Id". This field can be filtered on. This field is required and should not be null when it is contained within Operators : SET, REMOVE.
type
Filterable
ReadOnly
Selectable
Criterion.Type This field can be selected using the value "CriteriaType". This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored. Indicates that this instance is a subtype of Criterion. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.
Enumerations
CONTENT_LABEL
Content label for exclusion.
KEYWORD
Keyword. e.g. 'mars cruise'
PLACEMENT
Placement. aka Website. e.g. 'www.flowers4sale.com'
VERTICAL
Vertical, e.g. 'category::Animals>Pets' This is for vertical targeting on the content network.
USER_LIST
User lists, are links to sets of users defined by the advertiser.
USER_INTEREST
User interests, categories of interests the user is interested in.
MOBILE_APPLICATION
Mobile applications to target. This is a beta feature.
MOBILE_APP_CATEGORY
Mobile application categories to target. This is a beta feature.
PRODUCT
Filter for products the advertiser wants to target.
WEBPAGE
Webpages of an advertiser's website to target. This is a beta feature.
LANGUAGE
Languages to target.
LOCATION
Geographic regions to target.
AGE_RANGE
Age Range to exclude.
CARRIER
Mobile carriers to target.
OPERATING_SYSTEM_VERSION
Mobile operating system versions to target.
MOBILE_DEVICE
Mobile devices to target. This is a beta feature.
GENDER
Gender to exclude.
POLYGON
Polygon area to target.
PROXIMITY
Proximity (area within a radius) to target.
PLATFORM
Platforms to target.
AD_SCHEDULE
AdSchedule or specific days and time intervals to target.
UNKNOWN
Used for return value only. An enumeration could not be processed, typically due to incompatibility with your WSDL version.
Criterion.Type xsd:string Indicates that this instance is a subtype of Criterion. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.
AdSchedule
dayOfWeek
Required
Selectable
DayOfWeek Day of the week the schedule applies to. This field can be selected using the value "DayOfWeek". This field is required and should not be null when it is contained within Operators : ADD.
Enumerations
MONDAY
The day of week named Monday.
TUESDAY
The day of week named Tuesday.
WEDNESDAY
The day of week named Wednesday.
THURSDAY
The day of week named Thursday.
FRIDAY
The day of week named Friday.
SATURDAY
The day of week named Saturday.
SUNDAY
The day of week named Sunday.
startHour
InRange
Required
Selectable
xsd:int Starting hour in 24 hour time. This field can be selected using the value "StartHour". This field must be between 0 and 23, inclusive. This field is required and should not be null when it is contained within Operators : ADD.
startMinute
Required
Selectable
MinuteOfHour Interval starts these minutes after the starting hour. The value can be 0, 15, 30, and 45. This field can be selected using the value "StartMinute". This field is required and should not be null when it is contained within Operators : ADD.
Enumerations
ZERO
Zero minutes past hour.
FIFTEEN
Fifteen minutes past hour.
THIRTY
Thirty minutes past hour.
FORTY_FIVE
Forty-five minutes past hour.
endHour
InRange
Required
Selectable
xsd:int Ending hour in 24 hour time; 24 signifies end of the day. This field can be selected using the value "EndHour". This field must be between 0 and 24, inclusive. This field is required and should not be null when it is contained within Operators : ADD.
endMinute
Required
Selectable
MinuteOfHour Interval ends these minutes after the ending hour. The value can be 0, 15, 30, and 45. This field can be selected using the value "EndMinute". This field is required and should not be null when it is contained within Operators : ADD.
Enumerations
ZERO
Zero minutes past hour.
FIFTEEN
Fifteen minutes past hour.
THIRTY
Thirty minutes past hour.
FORTY_FIVE
Forty-five minutes past hour.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.