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

Documentation
				Entity used when creating or updating a data profile in AdGear
		
Properties
This component is not nillable.

Model
<data_profile>
(name? ; description? ; expiry_unit? ; expiry_quantity? ; shared_pixel_urls)
</data_profile>


Nested Element Summary
xs:stringdescription
           The description of the data profile  
xs:longexpiry_quantity
           Together with expiry_unit, this field indicates how long to wait without a visit from a user member to this profile ; before automatically expiring said user's membership (optional).  
xs:stringexpiry_unit
           The unit by which the period of time is expressed in the expiry_quantity field, one of: day, week, month (optional) ; Together with expiry_quantity, this field indicates how long to wait without a visit from a user member to this profile ; before automatically expiring said user's membership.  
xs:stringname
           The name of the data profile  
 shared_pixel_urls
           List of additional pixel URLs to serve  
Source
<xs:element name="data_profile">
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="name" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="description" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="expiry_unit" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="expiry_quantity" nillable="true" type="xs:long">
</xs:element>
<xs:element minOccurs="0" name="shared_pixel_urls" nillable="true">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="shared_pixel_url">
<xs:complexType>
<xs:sequence>
<xs:element name="url" type="xs:anyURI">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/>
</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.