Hide

type FeedItemSchedule (v201506)

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
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
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
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
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
ZERO
Zero minutes past hour.
FIFTEEN
Fifteen minutes past hour.
THIRTY
Thirty minutes past hour.
FORTY_FIVE
Forty-five minutes past hour.

Send feedback about...

AdWords API