โ๏ธ Create an Audience
Creates a new audience.๐ค Request Example
โ Response Example
๐ HTTP Request
๐งพ Body Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| name | โ | string | Name of the new audience |
| advertiser_id | โ | string | UUID of the advertiser |
| type | โ | int | Audience type (1=first_party, 2=liveramp_ids, 3=topics) |
| tags | โ | array | Tags for audience |
| first_party | โ | array | Array of first party segments |
| liveramp_ids | โ | array | Liveramp IDs if type=2 |
| topics | โ | array/string | Topics list or โcsvโ if file upload |
| correlation_id | โ | string | ID to match CSV to audience |

