v1
latestOpenAPI 3.1.02026-07-26950137.9 KBCreate a Custom Audience Rule
post/backstage/api/1.0/{account_id}/universal_pixel/custom_audience_rule/
Path parameters
account_idstring required
An alphabetic ID. See Get Account Details.
Request body
Response
200
Example response
{
"id": 75,
"display_name": "Add to cart",
"category": "ADD_TO_CART",
"status": "ACTIVE",
"type": "BASIC",
"event_name": "page_view",
"condition": {
"property": "URL",
"predicate": "CONTAINS",
"value": "test.com"
},
"advertiser_id": "demo-advertiser",
"last_modified_by": "peter.pan@taboola.com"
}