Copy a Campaign


                https://api.ocamba.com/v2/adex/campaigns/{id}/copy
            

Copies an existing campaign object


Name
Description
namestringrequired
Name of the copied campaign.


Example: My copied campaign

statusstring
Status of the copied campaign. Default value is pending.


Example: active
info
1 When copying a campaign through this endpoint, all it's subresources will be copied as well. This includes campaign creatives, campaign limits, campaign modifiers, campaign pricing and campaign targeting.
200 Arrow
{
    "name": "example_campaign_name",
    "status": "active"
}
201 Arrow
{
  "id" : "1001231",
  "company_id": "2233113",
  "name": "example_campaign_name",
  "status": "active",
  "create_time": "2021-10-29 12:47:00",
  "update_time": "2021-10-30 14:27:26"
}