Community Discussion
Duplicate a campaign to a different advertiser_id
over 4 years ago by Melody Song
This is regarding and endpoint toDUPLICATE
a campaign - backstage-api reference
POST https://backstage.taboola.com/backstage/api/1.0/{advertiser_id}/campaigns/{campaign_id}/duplicate
The above is the endpoint I'm using to duplicate a campaign, but attempting to duplicate to a different advertiser_id, I receive 400 BAD REQUEST with the following msg:
{ "http_status": 400, "message": "Trying to modify a read-only field", "offending_field": "advertiser_id", "message_code": "api.action.bad_request.field_read_only.advertiser_id" }
Is there a way to duplicate a campaign into a different advertiser_id
via API? This functionality seems to be available on Taboola dashboard, so any guidance would be appreciated.