AdWords API
Feedback on this document

type AdScheduleTarget (v201209)

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
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
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
ZERO
Zero minutes past hour.
FIFTEEN
Fifteen minutes past hour.
THIRTY
Thirty minutes past hour.
FORTY_FIVE
Forty-five minutes past hour.
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
ZERO
Zero minutes past hour.
FIFTEEN
Fifteen minutes past hour.
THIRTY
Thirty minutes past hour.
FORTY_FIVE
Forty-five minutes past hour.
bidMultiplier xsd:double Multiplying factor for bids during this specified time interval.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.