Community Discussion
Bulk Update for Bid Modifier?
Hi everyone, as the title suggests, I'm trying to see if it's possible to do a bulk update for publisher_bid_modifer. Looking at https://developers.taboola.com/backstage-api/reference/bulk-update-campaigns, publisher_bid_modifier is.... not an option, but when having to do thousands of sites individually as PATCH operations... At some point it may be so long that the cronjob won't be finished before it kicks off again 24 hours later.
Bulk each campaign bid modification
Hi do you have any option to patch a campaign bulks sites bid value?
Blocking sites in bulk
I'm sorry if this question has been asked, but I'm unable to find it.
API Error: site does not belong to campaign targetting
Hello,
we are getting this error when trying to block some site via API.
Point of a PATCH operation if you error on duplicates?
When trying to submit PATCH operation to add 20 publisher blocks (for example), we receive an error response if one publisher is already blocked. That means in order to avoid an error, we need to request the current block list, check it against the new batch of publisher blocks, and only submit unique publishers.
Cannot block some sites
Some sites cannot be blocked through API:
how to know if a site has been patched or not
I want to use the patch modify bids endpoint to change bids and strategies on certain sites, and I would want to change the bid occusainly, how could I know when to use ADD
and when to use REPLACE
as a patch_operation
?
I would usually patch multiple sites at once so I don't want to send a GET request for every site.