Create audience
POST {{baseUrl}}/v2/audiences
Create an audience. The audience can be created directly from scratch or can come from third party platforms.
Note: Audiences can also be created from scratch via the Campaign Manager. See the docs.
To create an audience from an existing audience from a technology partner:
1. Set the integration
property to mparticle
, segment
etc., depending on a third-party platform.
1. Set integrationId
to the ID of this audience in a third-party platform.
To create an audience from an existing audience in another platform:
1. Do not use the integration
property.
1. Set integrationId
to the ID of this audience in the 3rd-party platform.
To create an audience from scratch:
1. Only set the name
property.
Once you create your first audience, audience-specific rule conditions are enabled in the Rule Builder.
Request Body
{"name"=>"Travel audience", "sandbox"=>true, "description"=>"Travel audience 18-27", "integration"=>"mparticle", "integrationId"=>"382370BKDB946", "createdIn3rdParty"=>false, "lastUpdate"=>"2022-04-26T11:02:38.000Z"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |