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

Documentation
				Entity used when reading a site in AdGear
		
Properties
This component is not nillable.

Model
<site>
(id ; type ; url ; name ; tag_thirdparty ; tag_type ; dynamic ; state ; embed_code ; universal_embed_code ; chip_key ; created_at ; updated_at ; _urls)
</site>


Nested Element Summary
adgear:_urls_urls
           Navigation URLs to help API consumers manipulate this entity  
adgear:stringchip_key
           The security chip key of the site.  
adgear:dateTimecreated_at
           Timestamp containing the creation of the site  
adgear:booleandynamic
           Whether this site uses the dynamic-inventory mode of tagging, or regular manually-created ad spots  
adgear:stringembed_code
           The embed code that should be placed by the site in their HTMLs <head> section  
adgear:longid
           AdGear's internal ID of the site  
adgear:stringname
           The name of the site  
adgear:stringstate
           The state of the site (example: active, deleted)  
adgear:stringtag_thirdparty
           Delivery mode of the site embed code ; Set to NIL to indicate AdGear as the first-party ad server of the site  
adgear:stringtag_type
           The type of tag ; "script" for regular javascript, "siframe" for synchronous IFRAME, "iframe" for asynchronous iframe  
adgear:stringtype
           AdGear's internal type of the site  
adgear:stringuniversal_embed_code
           The embed code that may be used by the site if it uses the dynamic inventory feature  
adgear:dateTimeupdated_at
           Timestamp containing the creation of the last-modified timestamp of site  
adgear:anyURIurl
           The URL of the site  
Source
<xs:element name="site">
<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="url" type="adgear:anyURI">
</xs:element>
<xs:element name="name" type="adgear:string">
</xs:element>
<xs:element name="tag_thirdparty" nillable="true" type="adgear:string">
</xs:element>
<xs:element name="tag_type" type="adgear:string">
</xs:element>
<xs:element name="dynamic" type="adgear:boolean">
</xs:element>
<xs:element name="state" type="adgear:string">
</xs:element>
<xs:element name="embed_code" type="adgear:string">
</xs:element>
<xs:element name="universal_embed_code" type="adgear:string">
</xs:element>
<xs:element name="chip_key" 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.