AgeTarget Data Object
Defines an array of age range targets.
<xs:complexType name="AgeTarget"> <xs:sequence> <xs:element name="Bids" nillable="true" type="tns:ArrayOfAgeTargetBid" /> </xs:sequence> </xs:complexType> <xs:element name="AgeTarget" nillable="true" type="tns:AgeTarget" />
Elements
Element | Description | Data Type | Add | Update |
|---|---|---|---|---|
Bids | An array of AgeTargetBid objects that specifies the age ranges to target and the incremental bid percentages to apply to the base bid. | Required | Required |