v1

latestOpenAPI 3.1.02026-07-26950137.9 KB

Duplicate a Campaign

Returns a JSON object with the newly created campaign.

You can optionally:

  • Update (override) specific campaign field values.
  • Indicate which campaign sections should be duplicated (default = all).
  • Specify a target account for the new campaign (default = current account).
post/backstage/api/1.0/{account_id}/campaigns/{campaign_id}/duplicate/

Path parameters

account_idstring required

An alphabetic ID. See Get Account Details.

campaign_idstring required

A numeric ID. See the response returned by Get All Campaigns.

Query parameters

destination_accountstring

(Optional) Use this query param to duplicate the campaign to another account in your network.<br> See below for details.

Request body

RAW_BODYstring json

You can optionally include a JSON object in the request body, to:<br /> - Update (override) specific campaign field values.<br /> - Indicate which campaign sections should be duplicated (default = all).<br /> <br /> See the examples provided below.

Response

200