Service
CampaignCriterionService
MutateJobService
Inheritance
Criterion
▼
AdSchedule
AgeRange
AppPaymentModel
Carrier
ContentLabel
CriterionUserInterest
CriterionUserList
Gender
IpBlock
Keyword
Language
Location
LocationGroups
MobileAppCategory
MobileApplication
MobileDevice
OperatingSystemVersion
Placement
Platform
ProductPartition
ProductScope
Proximity
Vertical
Webpage
YouTubeChannel
YouTubeVideo
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/v201506
- Fields
Field | Type | Description |
---|---|---|
Criterion (inherited) | ||
id Required
|
xsd:long
|
ID of this criterion.
This field is required and should not be null when it is contained within Operators : SET, REMOVE.
|
type ReadOnly
|
Criterion.Type
|
This field is read only and will be ignored when sent to the API.
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
|
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 ReadOnly
Required
|
DayOfWeek
|
Day of the week the schedule applies to.
This field is read only and will be ignored when sent to the API for the following Operators: REMOVE and SET.
This field is required and should not be null when it is contained within Operators : ADD.
Enumerations
|
startHour InRange
ReadOnly
Required
|
xsd:int
|
Starting hour in 24 hour time.
This field must be between 0 and 23, inclusive.
This field is read only and will be ignored when sent to the API for the following Operators: REMOVE and SET.
This field is required and should not be null when it is contained within Operators : ADD.
|
startMinute ReadOnly
Required
|
MinuteOfHour
|
Interval starts these minutes after the starting hour.
The value can be 0, 15, 30, and 45.
This field is read only and will be ignored when sent to the API for the following Operators: REMOVE and SET.
This field is required and should not be null when it is contained within Operators : ADD.
Enumerations
|
endHour InRange
ReadOnly
Required
|
xsd:int
|
Ending hour in 24 hour time; 24 signifies end of the day.
This field must be between 0 and 24, inclusive.
This field is read only and will be ignored when sent to the API for the following Operators: REMOVE and SET.
This field is required and should not be null when it is contained within Operators : ADD.
|
endMinute ReadOnly
Required
|
MinuteOfHour
|
Interval ends these minutes after the ending hour.
The value can be 0, 15, 30, and 45.
This field is read only and will be ignored when sent to the API for the following Operators: REMOVE and SET.
This field is required and should not be null when it is contained within Operators : ADD.
Enumerations
|