Service
AdGroupExtensionSettingService
CampaignExtensionSettingSer...
CustomerExtensionSettingService
FeedItemService
MutateJobService
Dependencies
FeedItemScheduling
▼
FeedItemSchedule
Represents a FeedItem schedule, which specifies a time interval on a given day when the feed item may serve. The FeedItemSchedule times are in the account's time zone.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201506
- Fields
Field | Type | Description |
---|---|---|
dayOfWeek Required
|
DayOfWeek
|
Day of the week the schedule applies to.
This field is required and should not be null .
Enumerations
|
startHour InRange
Required
|
xsd:int
|
Starting hour in 24 hour time.
This field must be between 0 and 23, inclusive.
This field is required and should not be null .
|
startMinute Required
|
MinuteOfHour
|
Interval starts these minutes after the starting hour.
The value can be 0, 15, 30, and 45.
This field is required and should not be null .
Enumerations
|
endHour InRange
Required
|
xsd:int
|
Ending hour in 24 hour time; 24 signifies
end of the day and subsequently endMinute must be 0.
This field must be between 0 and 24, inclusive.
This field is required and should not be null .
|
endMinute Required
|
MinuteOfHour
|
Interval ends these minutes after the ending hour.
The value can be 0, 15, 30, and 45.
This field is required and should not be null .
Enumerations
|