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

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

Documentation
				Represents a single report row item in an inventory report
		
Properties
This component is not nillable.

Model
<...>
(reportable_type? ; reportable_id? ; reportable_name? ; inventory_type? ; inventory_id? ; inventory_name? ; sold_impressions_percentage ; ecpm ; ecpc ; impressions ; clicks ; children ; _urls?)
</...>


Nested Element Summary
adgear:_urls_urls
           Navigation URLs to help API consumers manipulate this entity  
 children
          
adgear:longclicks
           The number of clicks  
adgear:floatecpc
           Estimated Cost-Per-Click for this report item  
adgear:floatecpm
           Estimated Cost-Per-Mille for this report item  
adgear:longimpressions
           The number of impressions  
adgear:longinventory_id
           AdGear's internal ID of the inventory entity in this report item  
adgear:stringinventory_name
           The 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:longreportable_id
           AdGear's internal ID of the entity in this report item  
adgear:stringreportable_name
           The name of the entity in this report item  
adgear:stringreportable_type
           AdGear's internal type of the entity in this report item  
adgear:floatsold_impressions_percentage
           Percentage of sold inventory for this report item  
Local Usage
inventory_report_item, inventory_report_items

Source
<xs:complexType name="inventory_report_item">
<xs:all>
<xs:element minOccurs="0" name="reportable_type" type="adgear:string">
</xs:element>
<xs:element minOccurs="0" name="reportable_id" type="adgear:long">
</xs:element>
<xs:element minOccurs="0" name="reportable_name" type="adgear:string">
</xs:element>
<xs:element minOccurs="0" name="inventory_type" type="adgear:string">
</xs:element>
<xs:element minOccurs="0" name="inventory_id" type="adgear:long">
</xs:element>
<xs:element minOccurs="0" name="inventory_name" type="adgear:string">
</xs:element>
<xs:element name="sold_impressions_percentage" type="adgear:float">
</xs:element>
<xs:element name="ecpm" type="adgear:float">
</xs:element>
<xs:element name="ecpc" type="adgear:float">
</xs:element>
<xs:element name="impressions" type="adgear:long">
</xs:element>
<xs:element name="clicks" type="adgear:long">
</xs:element>
<xs:element minOccurs="0" name="children">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="inventory_report_item" type="adgear:inventory_report_item"/>
</xs:sequence>
<xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="_urls" type="adgear:_urls">
</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.