http://adgear.com/api/schemas/xml#input
element ad_unit

Documentation
				Entity used when creating or updating an ad unit in AdGear
		
Properties
This component is not nillable.

Model
<ad_unit>
(name? ; format_id? ; template? ; ad_unit_clicks_attributes ; ad_unit_files_attributes ; ad_unit_variables_attributes ; ad_unit_interactions_attributes)
</ad_unit>


Nested Element Summary
 ad_unit_clicks_attributes
           List of child ad unit clicks to be created, updated or deleted ; Final configuration must satisfy the requirements of the template the ad unit is built upon  
 ad_unit_files_attributes
           List of child ad unit files to be created, updated or deleted ; Final configuration must satisfy the requirements of the template the ad unit is built upon  
 ad_unit_interactions_attributes
           List of child ad unit interactions to be created, updated or deleted ; Final configuration must satisfy the requirements of the template the ad unit is built upon  
 ad_unit_variables_attributes
           List of child ad unit variables to be created, updated or deleted ; Final configuration must satisfy the requirements of the template the ad unit is built upon  
xs:longformat_id
           AdGear's internal ID of the format of the ad unit ; May not be modified once the ad unit is created  
xs:stringname
           The name of the ad unit  
xs:stringtemplate
           The template name the ad unit is an instance of ; May not be modified once the ad unit is created  
Source
<xs:element name="ad_unit">
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="format_id" type="xs:long">
</xs:element>
<xs:element minOccurs="0" name="template" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="ad_unit_clicks_attributes">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="ad_unit_click" type="adgear:ad_unit_click">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="ad_unit_files_attributes">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="ad_unit_file" type="adgear:ad_unit_file">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="ad_unit_variables_attributes">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="ad_unit_variable" type="adgear:ad_unit_variable">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="ad_unit_interactions_attributes">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="ad_unit_interaction" type="adgear:ad_unit_interaction">
</xs:element>
</xs:sequence>
</xs:complexType>
</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.