Service
MutateJobService
Dependencies
AdScheduleTargetList
▼
AdScheduleTarget
Inheritance
Target
▼
AdScheduleTarget
Immutable structure to hold an ad schedule target.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201209
- Fields
Field | Type | Description |
---|---|---|
Target (inherited) | ||
Target.Type |
xsd:string
|
Indicates that this instance is a subtype of Target. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |
AdScheduleTarget | ||
dayOfWeek Required
|
DayOfWeek
|
Day of the week the schedule applies to.
This field is required and should not be null .
Enumerations
|
startHour InRange
|
xsd:int
|
Starting hour in 24 hour time. This field must be between 0 and 23, inclusive. |
startMinute Required
|
MinuteOfHour
|
Interval starts these minutes after the starting hour.
This field is required and should not be null .
Enumerations
|
endHour InRange
|
xsd:int
|
Ending hour in 24 hour time; 24 signifies end of the day.
This field must be between 0 and 24, inclusive.
|
endMinute Required
|
MinuteOfHour
|
Interval ends these minutes after the ending hour.
This field is required and should not be null .
Enumerations
|
bidMultiplier |
xsd:double
|
Multiplying factor for bids during this specified time interval. |