Community Discussion
City Targeting
Hi,
I am unable to update city targeting..
I am trying to send the following update campaign request:
Post: https://backstage.taboola.com/backstage/api/1.0/{account_id}/campaigns/8062238/
Body (Json):
{
"city_targeting": {
"type": "INCLUDE",
"value": [
"237319"
]
}
}
and get the following respond:
{
"http_status": 404,
"message": "account",
"message_code": "api.action.resource_not_found"
}
What could be the problem?
Thanks!
Amir.
Posted by [email protected] over 2 years ago
404 calling campaigns/base
I'm currently developing an api loader and following these 3 api calls to gather daily campaign stats for our account.
1. https://backstage.taboola.com/backstage/api/1.0/users/current/allowed-accounts
2. https://backstage.taboola.com/backstage/api/1.0/<account id from 2>/campaigns/base?start
3. https://backstage.taboola.com/backstage/api/1.0/<network-account-id>/reports/campaign-summary/dimensions/day?start_date=<start date>&end_date=<end date>&campaign=<campaginID from 3>
I'm currently getting 404 errors making a call to campaigns/base for some of the "type": "PARTNER" accounts but not for others.
Can you please give any insights as to how an account has to be setup for the campaigns/base url to function correctly?
Posted by John B almost 3 years ago
patch pubisher bid modifier error 404
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 about 4 years ago
Getting 404 status for Campaign Item that actually exists
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 over 4 years ago
Resource Not Found when requesting a campaignItem
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 over 4 years ago