AdBookConnect Web Service
MethodUpdateCreativeAssignment
AdBookConnect Web Service > All Operations Resource Group : UpdateCreativeAssignment (Method)
Summary
Updates a CreativeAssignment.
Request (IAdBookConnect_UpdateCreativeAssignment_InputMessage)

The request body is of type http://www.FatTail.com/api:UpdateCreativeAssignment.

Request Body Parameters

NameDescriptionData Type
Creative assignment information to update.CreativeAssignment

Overview

Sequence
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.
200 Response (IAdBookConnect_UpdateCreativeAssignment_OutputMessage)

The response body is of type http://www.FatTail.com/api:UpdateCreativeAssignmentResponse.

Response Body Parameters

NameDescriptionData Type
Update results for the request.CreativeAssignment

Overview

Sequence
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.
See Also
All Operations Resource GroupAdBookConnect Web Service