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

Documentation
				Entity used when reading an inventory-sites report in AdGear
		
Properties
This component is not nillable.

Model
<reports_inventory_sites>
(total_revenue ; sold_impressions_percentage ; avg_ecpm ; avg_ecpc ; items ; _urls)
</reports_inventory_sites>


Nested Element Summary
adgear:_urls_urls
           Navigation URLs to help API consumers manipulate this entity  
adgear:floatavg_ecpc
           Estimated Cost-Per-Click across all sites  
adgear:floatavg_ecpm
           Estimated Cost-Per-Mille across all sites  
adgear:inventory_report_itemsitems
           List of row items in the report  
adgear:floatsold_impressions_percentage
           Percentage of sold inventory across all sites  
adgear:decimaltotal_revenue
           Total revenue generated by all sites  
Source
<xs:element name="reports_inventory_sites">
<xs:complexType>
<xs:all>
<xs:element name="total_revenue" type="adgear:decimal">
</xs:element>
<xs:element name="sold_impressions_percentage" type="adgear:float">
</xs:element>
<xs:element name="avg_ecpm" type="adgear:float">
</xs:element>
<xs:element name="avg_ecpc" type="adgear:float">
</xs:element>
<xs:element name="items" type="adgear:inventory_report_items">
</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.