Skip to main content

Deliver Audience

Delivers an audience to the specified destination.

Every call to this endpoint consumes an API credit. If the delivery process fails, the credit will be refunded to the company automatically.

Getting Started

URL REQUEST (POST)
https://api.statsocial.com/platform/v0/audiences/{audience_id}/deliver
Data Example
{
"additional_info": "string",
"destination_id": "string",
"dmp": "string",
"expand_target": "number"
"file_name": "string",
"partner_id": "string",
"type": "string"
}

expand_target argument is optional, if omitted default target size will be used

Successful return

return response example
{
"information": {
"version": "string"
},
"response": "string"
}