| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
Entity used when creating or updating a data profile in AdGear
| Nested Element Summary | |
xs:string | descriptionThe description of the data profile |
xs:long | expiry_quantityTogether 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:string | expiry_unitThe 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:string | nameThe name of the data profile |
| shared_pixel_urlsList of additional pixel URLs to serve |
<xs:element name="data_profile"><xs:complexType></xs:element><xs:all></xs:complexType><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:all><xs:complexType></xs:element><xs:sequence><xs:element maxOccurs="unbounded" name="shared_pixel_url"></xs:sequence><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:element name="url" type="xs:anyURI"></xs:sequence>
</xs:element><xs:attribute fixed="array" name="type" type="xs:NMTOKEN" use="required"/></xs:complexType>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||