AdBookConnect Web Service
MethodGetAdServerEntityValues
AdBookConnect Web Service > All Operations Resource Group : GetAdServerEntityValues (Method)
Summary
Retrieves a collection of AdServerEntityName objects for the ad server and entity type requested.
Description
An ad server entity is any "pass through" entity that can be assigned to a Drop.  Pass through means, they are imported from the ad server, made available for selection on the Order, displayed on reports and trafficked along with all other order information.  Usually, ad server entities are some kind of targeting value or property that indicates where and how the ad server needs to deliver.  For example, Ad units, geography targeting, etc. 
Request (IAdBookConnect_GetAdServerEntityValues_InputMessage)

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

Request Body Parameters

NameDescriptionData Type
System ID of the AdServer object the entity values are associated with.xml:long
Entity type of the values.AdserverEntityTypes

Overview

200 Response (IAdBookConnect_GetAdServerEntityValues_OutputMessage)

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

Response Body Parameters

NameDescriptionData Type
Collection of AdServerEntityName objects requested.http://www.FatTail.com/api:ArrayOfAdServerEntityName

Overview

Sequence
GetAdServerEntityValuesResult optional ArrayOfAdServerEntityName Complex Type
Sequence
Sequence
AdServerEntityID optional xs:string
Ad server entity identity value.
AdServerEntityProperties optional ArrayOfAdServerEntityProperty Complex Type
Collection of properties associated with the ad server entity.
Sequence
Sequence
AdServerEntityPropertyName optional xs:string
Entity property name.
AdServerEntityPropertyValue optional xs:string
Entity property value.
AdServerID optional xs:long
AdServerID for the entity.
EntityName optional xs:string
Name of the entity.
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_GetAdServerEntityValues_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service