DayTargetBid Data Object
Defines a day of the week to target and the percentage used to modify the base bid.
<xs:complexType name="DayTargetBid"> <xs:sequence> <xs:element name="Day" type="tns:Day" /> <xs:element name="IncrementalBid" type="tns:IncrementalBidPercentage" /> </xs:sequence> </xs:complexType>
Elements
Element | Description | Data Type | Add | Update |
|---|---|---|---|---|
Day | The day of the week to target. For example, you can target the ads to run only on Friday and Saturday. | Required | Required | |
IncrementalBid | The percent amount by which to modify the base bid if today is the day of the week being targeted. | Required |