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

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

Model
<reports_publisher_campaigns>
(total_impressions ; total_clicks ; overall_ctr ; items ; _urls)
</reports_publisher_campaigns>


Nested Element Summary
adgear:_urls_urls
           Navigation URLs to help API consumers manipulate this entity  
 items
           List of row items in the report  
adgear:floatoverall_ctr
           Average click-through-ratio  
adgear:longtotal_clicks
           Total clicks delivered  
adgear:longtotal_impressions
           Total impressions delivered  
Source
<xs:element name="reports_publisher_campaigns">
<xs:complexType>
<xs:all>
<xs:element name="total_impressions" type="adgear:long">
</xs:element>
<xs:element name="total_clicks" type="adgear:long">
</xs:element>
<xs:element name="overall_ctr" type="adgear:float">
</xs:element>
<xs:element name="items">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="item">
<xs:complexType>
<xs:all>
<xs:element name="id" type="adgear:long">
</xs:element>
<xs:element name="type" type="adgear:string">
</xs:element>
<xs:element name="name" type="adgear:string">
</xs:element>
<xs:element name="impressions" type="adgear:long">
</xs:element>
<xs:element name="clicks" type="adgear:long">
</xs:element>
<xs:element name="ctr" type="adgear:float">
</xs:element>
<xs:element minOccurs="0" name="_urls" type="adgear:_urls">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/>
</xs:complexType>
</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.