AdBookConnect Web Service
MethodGetCreatives
AdBookConnect Web Service > All Operations Resource Group : GetCreatives (Method)
Summary

NOTE: Transaction Fees may apply, please contact your support representative for more information.


Retrieves a list of Creative objects by CreativeIDs or ClientIDs.
Request (IAdBookConnect_GetCreatives_InputMessage)

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

Request Body Parameters

NameDescriptionData Type
List of ClientIDs or CreativeIDs for which to retrieve Creatives.CreativeSearchParameters

Overview

Sequence
Sequence
ClientIDs optional ArrayOflong Complex Type
Sequence
long 0..∞ xs:long
CreativeIDs optional ArrayOflong Complex Type
Sequence
long 0..∞ xs:long
200 Response (IAdBookConnect_GetCreatives_OutputMessage)

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

Response Body Parameters

NameDescriptionData Type
 http://www.FatTail.com/api:ArrayOfCreative

Overview

Sequence
GetCreativesResult optional ArrayOfCreative Complex Type
Sequence
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.
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_GetCreatives_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service