http://adgear.com/api/schemas/xml#output
element reports_campaign_delivery

Documentation
				Entity used when reading a campaign-delivery report in AdGear
		
Properties
This component is not nillable.

Model
<reports_campaign_delivery>
(campaign_id ; campaign_type ; campaign_name ; total_impressions ; total_clicks ; total_interactions ; overall_ctr ; overall_itr ; reportable_types ; items ; sort_by ; sort_direction ; _urls)
</reports_campaign_delivery>


Nested Element Summary
adgear:_urls_urls
           Navigation URLs to help API consumers manipulate this entity  
adgear:longcampaign_id
           AdGear's internal ID of the report's campaign  
adgear:stringcampaign_name
           The name of the report's campaign  
adgear:stringcampaign_type
           AdGear's internal type of the report's campaign  
adgear:campaign_report_itemsitems
           List of row items in the report  
adgear:floatoverall_ctr
           Average click-through-ratio  
adgear:floatoverall_itr
           Average interaction-impression-ratio  
 reportable_types
          
adgear:stringsort_by
           The primary field the report is sorted by  
adgear:stringsort_direction
           The direction the report is sorted by  
adgear:longtotal_clicks
           Total clicks delivered  
adgear:longtotal_impressions
           Total impressions delivered  
adgear:longtotal_interactions
           Total interactions registered  
Source
<xs:element name="reports_campaign_delivery">
<xs:complexType>
<xs:all>
<xs:element name="campaign_id" type="adgear:long">
</xs:element>
<xs:element name="campaign_type" type="adgear:string">
</xs:element>
<xs:element name="campaign_name" type="adgear:string">
</xs:element>
<xs:element name="total_impressions" type="adgear:long">
</xs:element>
<xs:element name="total_clicks" type="adgear:long">
</xs:element>
<xs:element name="total_interactions" type="adgear:long">
</xs:element>
<xs:element name="overall_ctr" type="adgear:float">
</xs:element>
<xs:element name="overall_itr" type="adgear:float">
</xs:element>
<xs:element name="reportable_types">
<xs:complexType>
<xs:sequence>
<xs:element name="reportable_type" type="adgear:string">
</xs:element>
</xs:sequence>
<xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="items" type="adgear:campaign_report_items">
</xs:element>
<xs:element name="sort_by" type="adgear:string">
</xs:element>
<xs:element name="sort_direction" type="adgear:string">
</xs:element>
<xs:element name="_urls" type="adgear:_urls">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


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