Welcome to the Taboola Backstage API documentation. You'll find comprehensive guides and examples to help you get started with Taboola Backstage API quickly.
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.
Posted by Abdallah AlHalees 7 months ago
Hey, I am trying to patch publisher bid modifier trough backstage api but i get an error 404 with message "account" Could you provide any information what could cause this kind of error? request body: { "patch_operation": "ADD", "publisher_targeting": null, "publisher_bid_modifier": { "values": [ { "target": "123456", "cpc_modification": 1.1 } ] }, "publisher_bid_strategy_modifiers": null } response body { "http_status": 404, "message": "account" } Elvar
Posted by Elvar Liiv 7 months ago
Hi, I ran API to update "Bid Modifier Per Publisher" to 0.011 and got a successful message, >> string(212) "{"patch_operation":"ADD","publisher_targeting":null,"auto_publisher_targeting":null,"publisher_bid_modifier":{"values":[{"target":"villagenews","cpc_modification":0.011}]},"publisher_bid_strategy_modifiers":null}" But when I check back on Taboola backstage Bid amount for that specific site is not updated. http://prntscr.com/sc3z6l The campaign is in fixed bid setting at .60. Any idea why it fails to be updated? thank you.
Posted by shawn park 10 months ago
Hi there, I'm writing from Blinkist or Blinks Labs GmbH. At the moment, a lot of automation changes that we push through the API are not working. Mainly to do with campaign level CPC changes and publisher bid adjustment. You can find them documented in this file, along with the error messages that we receive. Can you have a lot and tell us what we are doing wrong? Here's a quick summary to help you get into this. 1. We push campaign level CPC changes and the publisher bids for the respective campaigns in one go, so we only get one error message -> message: 'Cpc boost value must be between -99% and 100%'. This doesn't help us understand why the campaign level CPC changes are not happening. 2. For publisher bids, we always send it as a %, either +20%, +10% or -50%. We see instances of failure with each of these changes, which isn't explained by this error message: Cpc boost value must be between -99% and 100%' 3. We do have instances where the campaign level CPC changes are pushed successfully, it is when a campaign does not have publisher bidding changes. We're looking forward to your assistance so we can solve this asap. Sandra
Posted by Sandra Wu 10 months ago