Community Discussion

Ask a Question
Back to All

Cannot set default platform_targeting

I am trying to set default platform targeting according to the documentation: https://developers.taboola.com/backstage-api/reference#campaign-platform-targeting

"platform_targeting": {
"type": "ALL",
"value": []
}

And the response is:
{
"http_status": 400,
"message": "Cannot set platform_targeting type=ALL with value!=null",
"offending_field": "platform_targeting",
"message_code": "api.action.bad_request.platform_targeting"
}

Could you please clarify?