The combined_audiences/resources/audiences
endpoint returns an array of available audience objects - see the object schema below.
Object schema
Name | Type | Description |
---|---|---|
|
| The unique ID of the audience. |
|
| The display name of the audience.
|
|
| The MAU (Monthly Active Users) of the audience. |
|
| The partner that provided the audience - e.g. |
|
| The audience type: |
|
| The description of the audience. |
|
| Always |
Sample object
{
"id": 9012,
"audience_name": "Female",
"size": 1200000,
"provider": "Taboola",
"data_type": "THIRD_PARTY",
"description": "Sample description goes here",
"is_archived": false
}