http://adgear.com/api/schemas/xml#input
complexType placement_objective

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://adgear.com/api/schemas/xml#input}placement_objective (restriction)

Properties
This component is not nillable.

Model
<...>
(id? ; start_date? ; start_hour? ; end_date? ; end_hour? ; deliver_asap? ; contributes_to_sold_percentage? ; goal_type ; goal_value? ; charging_amount? ; charging_unit)
</...>


Nested Element Summary
xs:decimalcharging_amount
           The billing amount for the placement, used in conjunction with charging_unit  
 charging_unit
           The unit/mode of billing for placement, used in conjunction with charging_amount  
xs:booleancontributes_to_sold_percentage
           Indicates whether this objective contributes to the sold percentage in monetary reports  
xs:booleandeliver_asap
           Set to true to indicate you wish this objective to deliver without pacing all the way up to the goal value  
xs:dateend_date
           Scheduled end date of the placement objective  
xs:longend_hour
           Scheduled end hour of the placement objective  
 goal_type
           The type of goal to reach, used in conjunction with goal_value  
xs:longgoal_value
           The value of the goal to reach, used in conjunction with goal_type  
xs:longid
           AdGear's internal ID of the placement objective you are updating ; Do not supply to indicate a new objective  
xs:datestart_date
           Scheduled start date of the placement objective  
xs:longstart_hour
           Scheduled start hour of the placement objective  
Source
<xs:complexType name="placement_objective">
<xs:all>
<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:restriction base="xs:string">
<xs:enumeration value="impressions"/>
<xs:enumeration value="clicks"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="mille"/>
<xs:enumeration value="click"/>
<xs:enumeration value="total"/>
<xs:enumeration value="none"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.