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

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

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

Model
<...>
(reportable_type ; reportable_id ; reportable_name ; impressions ; clicks ; interactions ; ctr ; itr ; frequency ; clicks_per_user ; 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:floatclicks_per_user
           The average number of clicks per user  
adgear:floatctr
           The click-through-ratio  
adgear:floatfrequency
           The frequency at which each user saw an impression  
adgear:longimpressions
           The number of impressions  
adgear:longinteractions
           The number of interactions  
adgear:floatitr
           The interaction-to-impression ratio  
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  
Local Usage
campaign_report_item, campaign_report_items

Source
<xs:complexType name="campaign_report_item">
<xs:all>
<xs:element name="reportable_type" type="adgear:string">
</xs:element>
<xs:element name="reportable_id" type="adgear:long">
</xs:element>
<xs:element name="reportable_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="interactions" type="adgear:long">
</xs:element>
<xs:element name="ctr" type="adgear:float">
</xs:element>
<xs:element name="itr" type="adgear:float">
</xs:element>
<xs:element name="frequency" type="adgear:float">
</xs:element>
<xs:element name="clicks_per_user" type="adgear:float">
</xs:element>
<xs:element minOccurs="0" name="children">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="campaign_report_item" type="adgear:campaign_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.