Community Discussion
Blocking publishers via API
I am trying to block a publisher within a single company via a POST request to a URL:
https://backstage.taboola.com/backstage/api/1.0/account-id/campaigns/campaign-id
Request body:
{
"publisher_targeting": {
"type": "EXCLUDE",
"value": [
"my-publisher"
],
"href": null
}
}
Posted by Danil Makogon almost 4 years ago
Data Mismatch in conversions.
There is a huge diff in conversions in the API and the UI.
Posted by Dileep over 4 years ago
Blocking is not reflecting on backstage
When blocking a publisher from the Backstage platform, the change is immediately reflected in the campaign publisher_targeting object via the API.
But when updating this object (publisher_targeting) via the API, the change is not reflected in the Backstage platform - even after a page refresh.
Posted by Igor over 4 years ago