Persist third party delivery information in AdBook.
The request body is of type http://www.FatTail.com/api:ImportThirdPartyDelivery.
Request Body Parameters
Name | Description | Data Type |
quantities | 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.
|
 |
Price optional xs:decimal
Price charged for the delivery.
|
 |
PriceTypeID optional xs:int
Price type associated with the price.
| | | | | | |
The response body is of type http://www.FatTail.com/api:ImportThirdPartyDeliveryResponse.
Response Body Parameters
Name | Description | Data Type |
ImportThirdPartyDeliveryResult | Collection of information indicating the status of the third party data import operation. | http://www.FatTail.com/api:ArrayOfThirdPartyDeliveryUploadResult |
Overview
 |
 |
Sequence
 |
 |
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.
|
 |
ExternalDropID optional xs:string
Ad server ID mapped to the drop that delivery information is associated with.
| | | | | | |