Create Audience
Creates a custom audience from an uploaded CSV file and starts processing it.
Authorizations
An account API key, account scoped JWT, app API key, or user OAuth token.
Body
The ID of the account that will own the audience.
A display name for the audience.
Map of identity field (email, phone, first_name, last_name, country) to the CSV column header that holds it. Map at least an email or phone column.
A direct upload ID returned by the standard media upload endpoint.
Response
audience created
The ID of the audience, which will look like adaud_*************
The display name of the audience
Processing status: pending, processing, syncing, ready, partial, or failed
Total data rows detected in the uploaded CSV
Rows ingested so far
Rows uploaded to the ad platform
Processing progress from 0 to 100
Populated when the audience is partial or failed
External ad-platform audience IDs created for this audience
When the audience was created, as a Unix timestamp
When the audience was last updated, as a Unix timestamp

