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

Documentation
				Entity used when reading an advertiser in AdGear
		
Properties
This component is not nillable.

Model
<advertiser>
(id ; type ; name ; campaigns_count ; advertiser_type ; created_at ; updated_at ; _urls)
</advertiser>


Nested Element Summary
adgear:_urls_urls
           Navigation URLs to help API consumers manipulate this entity  
adgear:stringadvertiser_type
           The type of advertiser  
adgear:longcampaigns_count
           Total number of all campaigns belonging to advertiser  
adgear:dateTimecreated_at
           Creation timestamp of the entity  
adgear:longid
           AdGear's internal ID of the advertiser  
adgear:stringname
           The name of the advertiser  
adgear:stringtype
           AdGear's internal type of the advertiser  
adgear:dateTimeupdated_at
           Last-modification timestamp of the entity  
Source
<xs:element name="advertiser">
<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="campaigns_count" type="adgear:long">
</xs:element>
<xs:element name="advertiser_type" type="adgear:string">
</xs:element>
<xs:element name="created_at" type="adgear:dateTime">
</xs:element>
<xs:element name="updated_at" type="adgear:dateTime">
</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.