Create a Custom Audience Rulepost https://backstage.taboola.com/backstage/api/1.0/{account_id}/universal_pixel/custom_audience_rule/Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path Paramsaccount_idstringrequiredAn alphabetic ID. See Get Account Details.Body ParamsRAW_BODYjsonrequiredDefaults to { "display_name": "Add to cart - Rev 11", "look_back_window": null, "category": "ADD_TO_CART", "status": "ACTIVE", "type": "BASIC", "event_name": "page_view", "condition": { "property": "URL", "predicate": "CONTAINS", "value": "test.com", "children": [] }, "effects": [ { "type": "REVENUE", "data": "15" } ], "include_in_total_conversions": true, "exclude_from_campaigns": false, "description": null, "last_modified_at": null }A JSON object representing the new Custom Audience Rule.(See below for an example.){ "display_name": "Add to cart - Rev 11", "look_back_window": null, "category": "ADD_TO_CART", "status": "ACTIVE", "type": "BASIC", "event_name": "page_view", "condition": { "property": "URL", "predicate": "CONTAINS", "value": "test.com", "children": [] }, "effects": [ { "type": "REVENUE", "data": "15" } ], "include_in_total_conversions": true, "exclude_from_campaigns": false, "description": null, "last_modified_at": null }Responses 200200 400400Updated 2 months ago