Community Discussion
Sites pause/unpause specific campaign only
Hi, I'm trying to pause sites on a specific campaign with this endpoint:
https://backstage.taboola.com/backstage/api/1.0/{network-account-name}/campaigns/{campaign-id}
I can see sites paused (they are reflected after 20 min to dashboard) but they result blocked as "Account Level" and I can't unpause them with backstage.
How could I block sites for that campaign only?
Furthermore how could now unblock sites blocked on Account Level?
Thanks
Posted by Albert 7 months ago
Can't exclude Network publisher
Hello,
while trying to block campaigns at the account level, I get this message:
{
"http_status": 400,
"message": "Can't exclude Network publisher",
"message_code": "api.action.bad_request.null"
}
this is what I sent:
POST https://backstage.taboola.com/backstage/api/1.0/ACCOUNTID/block-publisher\
Body:
{
"sites": [
"indiatoday-businesstoday",
"indiatoday-wonderwoman",
"indiatoday-cosmo"
]
}
The account I am sending the request for is not a network account. What could be the problem?
Thanks,
Amoir
Posted by [email protected] 8 months ago
API Error: site does not belong to campaign targetting
Hello,
we are getting this error when trying to block some site via API.
The problem is that these sites do belong to the campaign and are also currently getting traffic. There are multiple examples but below I'm sending just one:
Campaign id: 9761652
Sites we're trying to block: nbcsports-probasketballtalk, tegna-wxia
Posted by Ervin over 1 year ago