v1

latestOpenAPI 3.1.02026-07-26950137.9 KB

Update a combined audience

post/backstage/api/1.0/{account_id}/combined_audiences/{audience_id}

Path parameters

account_idstring required

Your alphabetic Account ID, as provided by Taboola.<br>E.g. "acme-advertising" <br>See: Get Account Details

audience_idinteger required

The Combined Audience to be updated.

Request body

RAW_BODYstring

Response

200

OR

Example response

{
  "audience_name": "My audience name",
  "description": "My audience description",
  "combined_audience_components": [
    {
      "relation": "AND",
      "audiences_ids": [
        11
      ]
    }
  ]
}