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>
(id ; type ; name ; impressions ; clicks ; ctr ; _urls?)
</item>


Nested Element Summary
adgear:_urls_urls
           Navigation URLs to help API consumers manipulate this entity  
adgear:longclicks
           The number of clicks for the row item  
adgear:floatctr
           The click-through-ratio for the row item  
adgear:longid
           AdGear's internal ID of the campaign  
adgear:longimpressions
           The number of impressions for the row item  
adgear:stringname
           The name of the campaign  
adgear:stringtype
           AdGear's internal type of the campaign  
Source
<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>


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