Welcome to the Taboola Backstage API documentation. You'll find comprehensive guides and examples to help you get started with Taboola Backstage API quickly.
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
I'm getting 404 status response when trying to call https://backstage.taboola.com/backstage/api/1.0/{accountId}/campaigns/{campaignId}/items/{campaignItemId}. The account/campaign/campaign item, all them exists, and are valid.. but still the endpoint is giving me 404, can you please let me know why that can happen?
Posted by Gabriel Diaz 8 months ago
When we try to pull a campaignItem we get a ‘Resource not found’ error, although the item is actually existing and visible through the Taboola UI. This is preventing us to update the campaignItem with imageUrl and headline. As an example: https://backstage.taboola.com/backstage/api/1.0/inpowered-sc/campaigns/4636610/items/2900178486 Can you please help to understand why this is happening?
Posted by Filippo Portolano 9 months ago