The request object can contain the following fields:
Field | Modifier | Type | Description |
---|---|---|---|
audience_name | Required | String | A unique name for the audience. -- If you submit a CREATE request with an existing audience_name , the server will return the existing audience (and a new audience will not be created).See: Create a First Party Audience |
ttl_in_hours | Optional Default = 8760 (1 year) | Integer | Period of time (in hours) for which a give user will belong to this audience. |
exclude_from_campaigns | Optional Default = false | Boolean | If set to true , this audience will be suppressed for ALL campaigns (new and existing). |
If you leave out the
ttl
param, the default value is 8760 (1 year).
All field values are final - they cannot be changed once the audience has been created.