AdBookConnect Web Service
MethodImportThirdPartyDelivery
AdBookConnect Web Service > All Operations Resource Group : ImportThirdPartyDelivery (Method)
Summary
Persist third party delivery information in AdBook.
Request (IAdBookConnect_ImportThirdPartyDelivery_InputMessage)

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

Request Body Parameters

NameDescriptionData Type
Collection of ThirdPartyDeliveryQuantity objects containing third party delivery information to import.http://www.FatTail.com/api:ArrayOfThirdPartyDeliveryQuantity

Overview

Sequence
quantities optional ArrayOfThirdPartyDeliveryQuantity Complex Type
Sequence
Sequence
DeliveryDate xs:dateTime
Date the third party delivery data was served.
DropID optional xs:long
SystemID for the AdBook Drop to associate the third party delivery data with.
ExternalDropID optional xs:string
Ad server system drop ID to use for looking up the AdBook Drop that is associated with the third party data being imported.
Quantity xs:long
Quantity for delivery data being imported.  eg. impressions, clicks, etc.
ThirdPartyMetricID xs:long
AdBook system ID associated with the third party metric name.
Price optional xs:decimal
Price charged for the delivery.
PriceTypeID optional xs:int
Price type associated with the price.
200 Response (IAdBookConnect_ImportThirdPartyDelivery_OutputMessage)

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

Response Body Parameters

NameDescriptionData Type
Collection of information indicating the status of the third party data import operation.http://www.FatTail.com/api:ArrayOfThirdPartyDeliveryUploadResult

Overview

Sequence
ImportThirdPartyDeliveryResult optional ArrayOfThirdPartyDeliveryUploadResult Complex Type
Sequence
Sequence
DropID optional xs:long
AdBook system ID for the Drop associated with the third party delivery information.
Message optional xs:string
Text indicating the status of the third party delivery import request.
MetricName optional xs:string
Metric name of the third party metric specified in the third party import request.
Outcome optional OperationOutcome Simple Type
Indication of the success or failure of the requested operation.
ExternalDropID optional xs:string
Ad server ID mapped to the drop that delivery information is associated with.
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_ImportThirdPartyDelivery_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service