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

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

Properties
This component is not nillable.

Model
<...>
(id ; state ; start_at? ; end_at? ; goal_type ; goal_value ; charging_amount ; charging_unit ; contributes_to_sold_percentage ; deliver_asap? ; created_at ; updated_at ; impressions_count ; clicks_count ; non_deleted_impressions_count ; non_deleted_clicks_count)
</...>


Nested Element Summary
adgear:decimalcharging_amount
           The billing amount for the placement, used in conjunction with charging_unit  
adgear:stringcharging_unit
           The unit/mode of billing for placement, used in conjunction with charging_amount  
adgear:longclicks_count
           The number of clicks delivered  
adgear:booleancontributes_to_sold_percentage
           Indicates whether this objective contributes to the sold percentage in monetary reports  
adgear:dateTimecreated_at
           Creation timestamp of the entity  
adgear:booleandeliver_asap
           Indicates if this objective will deliver goal_value according to pacing  
adgear:dateTimeend_at
           Scheduled end timestamp of the placement objective  
adgear:stringgoal_type
           The type of the goal to reach, used in conjunction with goal_value  
adgear:longgoal_value
           The value of the goal to reach, used in conjunction with goal_type  
adgear:longid
           AdGear's internal ID of the placement objective  
adgear:longimpressions_count
           The number of impressions delivered  
adgear:longnon_deleted_clicks_count
           The number of clicks counted, excluding deleted placements  
adgear:longnon_deleted_impressions_count
           The number of impressions delivered, excluding deleted placements  
adgear:dateTimestart_at
           Scheduled start timestamp of the placement objective  
adgear:stringstate
           The state of the objective  
adgear:dateTimeupdated_at
           Last-modification timestamp of the entity  
Source
<xs:complexType name="placement_objective">
<xs:all>
<xs:element name="id" type="adgear:long">
</xs:element>
<xs:element name="state" type="adgear:string">
</xs:element>
<xs:element minOccurs="0" name="start_at" type="adgear:dateTime">
</xs:element>
<xs:element minOccurs="0" name="end_at" type="adgear:dateTime">
</xs:element>
<xs:element name="goal_type" type="adgear:string">
</xs:element>
<xs:element name="goal_value" type="adgear:long">
</xs:element>
<xs:element name="charging_amount" nillable="true" type="adgear:decimal">
</xs:element>
<xs:element name="charging_unit" type="adgear:string">
</xs:element>
<xs:element name="contributes_to_sold_percentage" type="adgear:boolean">
</xs:element>
<xs:element minOccurs="0" name="deliver_asap" type="adgear:boolean">
</xs:element>
<xs:element name="created_at" type="adgear:dateTime">
</xs:element>
<xs:element name="updated_at" type="adgear:dateTime">
</xs:element>
<xs:element name="impressions_count" type="adgear:long">
</xs:element>
<xs:element name="clicks_count" type="adgear:long">
</xs:element>
<xs:element name="non_deleted_impressions_count" type="adgear:long">
</xs:element>
<xs:element name="non_deleted_clicks_count" type="adgear:long">
</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.