Update audiences in multiple customer profiles
PUT {{integrationBaseUrl}}/segment/customer_profiles/audiences
Update the specified audiences for the specified profiles.
Request Body
{"data"=>[{"adds"=>[1, 2, 3], "deletes"=>[4, 5, 6], "customerProfileId"=>"URN-GV8294NV"}, {"adds"=>[1, 2, 3], "deletes"=>[4, 5, 6], "customerProfileId"=>"URN-GV8294NV"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
destination-hostname | string | (Required) The base URL of your Talon.One deployment. | |
Content-Type | string | ||
Accept | string |