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

Documentation
										An individual row item in the report
								
Properties
This component is not nillable.

Model
<item>
(inventory_type ; inventory_id ; inventory_name ; sold_impressions_percentage ; impressions ; revenue ; _urls?)
</item>


Nested Element Summary
adgear:_urls_urls
           Navigation URLs to help API consumers manipulate this entity  
adgear:longimpressions
           Number of impressions for this report item  
adgear:longinventory_id
           AdGear's internal ID of the inventory entity in this report item  
adgear:stringinventory_name
           Name of the inventory entity in this report item  
adgear:stringinventory_type
           AdGear's internal type of the inventory entity in this report item  
adgear:decimalrevenue
           Revenue generated by this report item  
adgear:floatsold_impressions_percentage
           Percentage of sold inventory  
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="item">
<xs:complexType>
<xs:all>
<xs:element name="inventory_type" type="adgear:string">
</xs:element>
<xs:element name="inventory_id" type="adgear:long">
</xs:element>
<xs:element name="inventory_name" type="adgear:string">
</xs:element>
<xs:element name="sold_impressions_percentage" type="adgear:float">
</xs:element>
<xs:element name="impressions" type="adgear:long">
</xs:element>
<xs:element name="revenue" type="adgear:decimal">
</xs:element>
<xs:element minOccurs="0" 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.