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).
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Defaults to demo-advertiser

An alphabetic ID. See Get Account Details.

string
required
Defaults to 123

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

Query Params
string

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

Body Params
json
Defaults to { "name": "Demo Campaign - New name", "branding_text": "New branding text", "spending_limit": 10000, "spending_limit_model": "ENTIRE", "comment": "Please apply suitable targeting.", "duplicate_settings": { "include_items": false, "include_publisher_bid_modifiers": false, "include_blocked_publishers": true, "include_third_party_tracking": true } }

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

See the examples provided below.

Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Choose an example:
application/json