Community Discussion
can't add countries in bulk update
I've posted to
<https://backstage.taboola.com/backstage/api/1.0/taboolaaccountplacedhere/campaigns/bulk-update>
{
"campaigns": [
21052236,
20964357
],
"country_targeting": {
"type": "INCLUDE",
"value": [
"FR",
"AU"
]
}
}
but i get error code
{
"http_status": 400,
"message": "Unknown field name 'country_targeting'",
"message_code": "api.action.bad_request.null"
}
while other api requests i do works
Posted by Nathan over 1 year ago
Bulk Update with is_atomic=false
Hello,
I'm trying the option of 'is_atomic=false' when bulk update campaigns status to paused.
I tried to send 2 ids, fake one and a real one to see if it updates the real ones status and I received 404 error for the entire request.
Is the 'is_atomic' option available only for specific errors? How can I test it?
Thanks
Or
Posted by Or Brand about 3 years ago
batch updating campaigns
1- is there a way to update several campaigns in a single request?
2- is there an api limit if I wanted to update > 50 campaigns at once?
Posted by Abdallah AlHalees almost 4 years ago