http://www.FatTail.com/api
CreativeAssignment Complex Type
http://www.FatTail.com/api : CreativeAssignment Complex Type
Description
Establishes the assignment of a creative to a Drop.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
CreativeAssignment Extension of AdBookConnectEntity Complex Type
Establishes the assignment of a creative to a Drop.
Sequence
CreativeAssignmentID optional xs:long
System ID of the CreativeAssignment object.
CreativeAssignmentName optional xs:string
Creative assignment name.
CreativeID optional xs:long
System ID of the Creative being assigned to the Drop.
OrderID optional xs:long
System ID of the Order containing the creative assignment.
CreativeAssignmentDynamicProperties optional ArrayOfDynamicPropertyValue Complex Type
User defined properties associated with the creative assignment.
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.
AssosiatedDrop optional xs:long
System ID of the Drop the creative is assigned to.
Used By
CreativeAssignment Element
CreativeAssignment Element
GetCreativeAssignmentResult Element
creativeAssignment Element
UpdateCreativeAssignmentResult Element
creativeAssignment Element
CreateCreativeAssignmentResult Element
Source
<xs:complexType name="CreativeAssignment" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q114="http://www.FatTail.com/api" base="q114:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="CreativeAssignmentID" type="xs:long" />
        <xs:element minOccurs="0" name="CreativeAssignmentName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="CreativeID" type="xs:long" />
        <xs:element minOccurs="0" name="OrderID" type="xs:long" />
        <xs:element minOccurs="0" name="CreativeAssignmentDynamicProperties" nillable="true" type="q114:ArrayOfDynamicPropertyValue" />
        <xs:element minOccurs="0" name="AssosiatedDrop" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api