Community Discussion

Ask a Question
Back to All

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