Clone a campaign
Clone a campaign identified by sourceCampaignGuid in the request body. The cloned campaign will have its own GUID and the provided properties. Asset cloning is performed asynchronously. Use the clone-status endpoint to check progress.
Supported products
Supported products
Required Scopes
Required Scopes
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
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.
The name for the new cloned campaign. It is a string. The name needs to be unique compared to other campaigns in the portal.
A boolean indicating whether draft nodes should be cloned. By default this is true.
A boolean indicating whether edges should be cloned. By default this is true.
A boolean indicating whether sticky notes should be cloned. By default this is true.
A boolean indicating whether tasks should be cloned. By default this is true.
A boolean indicating whether tracking URLs should be cloned. By default this is true.
The unique identifier of the campaign to be cloned. It is a string.
The target audience for the cloned campaign. It is a string.
The currency code for the cloned campaign's budget. It is a string. This value is optional.
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.
Additional notes or comments about the cloned campaign. It is a string. This value is optional.
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