Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "response": {
        "status": "OK",
        "audience": {
            "id": "3423",
            "type": "lookalike",
            "environment": null,
            "realtime": false,
            "customerId": "11",
            "categoryId": "0",
            "userId": "29",
            "scheduleId": null,
            "name": "Black Friday - TV Sales",
            "configuration": null,
            "cost_per_thousand": null,
            "size": null,
            "size_previous": "0",
            "status": "N/A",
            "error": null,
            "enabled": true,
            "deleted": "0",
            "created": "2015-01-12 14:16:54",
            "modified": "2018-02-15 23:00:49",
            "last_run": null,
            "last_bloomfilter_update": "2018-02-15 23:00:49"
        }
    }
}

...

Check if an audience might be eligible for realtime processing before creating it

Method

GET

Path

/api/v2/pre-realtime-eligible

...