Community Discussion
Duplicating campaigns with whitelists
When duplicating campaigns with whitelists via the API, will the whitelist always be duplicated with the campaign, or would setting certain values in the duplicate_settings exclude the whitelist from duplication?
Posted by Melina Yeh about 2 years ago
"duplicate_settings" parameter not working in "Duplicate a Campaign" API
In replication settings the parameter duplicate_settings.include_blocked_publishers is not working.
Posted by Shubham A almost 3 years ago
Unable to turn off publishers on whitelist campaigns VIA api
Hi, I make the following call:
curl --location --request PATCH 'https://backstage.taboola.com/backstage/api/1.0/{account_id}/campaigns/{campaign_id}/'
--header 'Authorization: Bearer {token}'
--header 'Content-Type: application/json'
--data-raw '{
"patch_operation": "REMOVE",
"publisher_targeting": {
"publishers": [
"ndtv-newsapp-ios"
]
}
}'
Posted by aaron over 3 years ago