Skip to main content
POST
Clone a campaign

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
assetsToClone
object
required

A map of asset types to be cloned, where each key is an asset type and the value is an array of asset identifiers. It is an object.

name
string
required

The name for the new cloned campaign. It is a string. The name needs to be unique compared to other campaigns in the portal.

shouldCloneDraftNodes
boolean
required

A boolean indicating whether draft nodes should be cloned. By default this is true.

shouldCloneEdges
boolean
required

A boolean indicating whether edges should be cloned. By default this is true.

shouldCloneStickyNotes
boolean
required

A boolean indicating whether sticky notes should be cloned. By default this is true.

shouldCloneTasks
boolean
required

A boolean indicating whether tasks should be cloned. By default this is true.

shouldCloneTrackingUrls
boolean
required

A boolean indicating whether tracking URLs should be cloned. By default this is true.

sourceCampaignGuid
string
required

The unique identifier of the campaign to be cloned. It is a string.

audience
string

The target audience for the cloned campaign. It is a string.

currencyCode
string

The currency code for the cloned campaign's budget. It is a string. This value is optional.

endDate
string

The end date for the cloned campaign. It is a string in ISO 8601 format (YYYY-MM-DD). If omitted, this will match the start date of the source campaign.

notes
string

Additional notes or comments about the cloned campaign. It is a string. This value is optional.

startDate
string

The start date for the cloned campaign. It is a string in ISO 8601 format (YYYY-MM-DD). If omitted, this will match the start date of the source campaign.

Response

successful operation

campaignGuid
string
required

The unique identifier for the newly cloned campaign.

status
enum<string>
required

The status of the cloning operation. Valid values include 'PENDING', 'COMPLETE', 'FAILED', and 'PARTIAL_FAILURE'.

Available options:
COMPLETE,
FAILED,
PARTIAL_FAILURE,
PENDING
Last modified on August 3, 2026