http://www.FatTail.com/api
Creative Complex Type
http://www.FatTail.com/api : Creative Complex Type
Description
Creative asset that may be associated with a Drop.
Namespace http://www.FatTail.com/api
Overview
Creative
Creative asset that may be associated with a Drop.
Sequence
CreativeID optional xs:long
System ID value for the Creative.
ClientID xs:long
System ID of the Client associated with this Creative.
CreativeDynamicProperties optional ArrayOfDynamicPropertyValue Complex Type
Collection of user defined properties for the Creative.
Sequence
Sequence
DynamicPropertyID optional xs:long
AdBook system ID for the DynamicProperty.
Value optional xs:string
Value being assigned to the dynamic property.  The format of the value depends on the type specified in the DynamicProperty definition.
Used By
Creative Element
Creative Element
Creative Element
Source
<xs:complexType name="Creative" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="CreativeID" type="xs:long" />
    <xs:element name="ClientID" type="xs:long" />
    <xs:element minOccurs="0" name="CreativeDynamicProperties" nillable="true" xmlns:q87="http://www.FatTail.com/api" type="q87:ArrayOfDynamicPropertyValue" />
  </xs:sequence>
</xs:complexType>
See Also
http://www.FatTail.com/api