Service
CampaignCriterionService
MutateJobService
Inheritance
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
|
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
|
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
|
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
|