Get advanced audiences for an ad order

Retrieve the Audiences for a given Ad Order ID in advanced mode. Note that the Ad Order ID is a required parameter on the URL.

Request

curl -u <user>:<password> https://sandbox-api.viant.com/v1/audience/getAdvancedAudiencesByAdOrderId?adorder_id=15812

Response

{
  "messages": [],
  "entity": [
    {
      "id": 626007,
      "name": "test_update",
      "target": "grapeshot.custom:[\"2497\",\"887\"] AND publisher:[\"37\"] ",
      "exclude": "dmp.bluekai:[\"24744\",\"34061\"]  AND publisher:[\"107\",\"8\"]  OR viant.taxonomy:[\"51256\",\"51271\",\"52056\"] ",
      "status": "enabled",
      "frequencyCap": "null",
      "lifetimeFrequencyCap": "0",
      "externalAudienceId": "Foo%123"
    },
    {
      "id": 1071789,
      "name": "test4_new",
      "target": "(viant.taxonomy:[\"51256\",\"51271\"]  OR publisher:[\"107\",\"8\"] ) AND user.demographic.age:[\"6\",\"5\"] ",
      "exclude": "",
      "status": "enabled",
      "frequencyCap": "null",
      "lifetimeFrequencyCap": "0",
      "externalAudienceId": "Bar$456"
    }
  ]
}
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!