| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://adgear.com/api/schemas/xml#input}placement_objective (restriction)
| Nested Element Summary | |
xs:decimal | charging_amountThe billing amount for the placement, used in conjunction with charging_unit |
| charging_unitThe unit/mode of billing for placement, used in conjunction with charging_amount |
xs:boolean | contributes_to_sold_percentageIndicates whether this objective contributes to the sold percentage in monetary reports |
xs:boolean | deliver_asapSet to true to indicate you wish this objective to deliver without pacing all the way up to the goal value |
xs:date | end_dateScheduled end date of the placement objective |
xs:long | end_hourScheduled end hour of the placement objective |
| goal_typeThe type of goal to reach, used in conjunction with goal_value |
xs:long | goal_valueThe value of the goal to reach, used in conjunction with goal_type |
xs:long | idAdGear's internal ID of the placement objective you are updating ; Do not supply to indicate a new objective |
xs:date | start_dateScheduled start date of the placement objective |
xs:long | start_hourScheduled start hour of the placement objective |
<xs:complexType name="placement_objective"><xs:all></xs:complexType><xs:element minOccurs="0" name="id" type="xs:long">
</xs:element><xs:element minOccurs="0" name="start_date" type="xs:date">
</xs:element><xs:element minOccurs="0" name="start_hour" type="xs:long">
</xs:element><xs:element minOccurs="0" name="end_date" type="xs:date">
</xs:element><xs:element minOccurs="0" name="end_hour" type="xs:long">
</xs:element><xs:element minOccurs="0" name="deliver_asap" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="contributes_to_sold_percentage" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="goal_type"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="impressions"/><xs:enumeration value="clicks"/><xs:enumeration value="none"/></xs:restriction><xs:element minOccurs="0" name="goal_value" type="xs:long">
</xs:element><xs:element minOccurs="0" name="charging_amount" type="xs:decimal">
</xs:element><xs:element minOccurs="0" name="charging_unit"></xs:all><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="mille"/><xs:enumeration value="click"/><xs:enumeration value="total"/><xs:enumeration value="none"/></xs:restriction>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||