v8

OpenAPI 3.1.02026-08-033623795.0 MB
Ad Campaigns

Duplicate an Ad Campaign

Creates copies of the campaign in duplicating status and returns them; each copy transitions to draft once duplication completes. Poll each returned campaign until it leaves duplicating — a copy that could not be completed is deleted and returns 404.

post/ad_campaigns/{id}/duplicate

Headers

Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383

A unique key that makes this request safe to retry. See Idempotent requests.

Request body

countinteger

Number of copies to create (1-10). Defaults to 1.

preserve_engagementboolean

Whether the copied ads keep the original posts' engagement (likes, comments, shares). Defaults to false.

Response

ad campaign duplication started

Example response

{
  "data": [
    {
      "bid_type": "minimum_cost",
      "budget_optimization": "ad_campaign",
      "budget_type": "daily",
      "delivery_status": "payment_failed",
      "issues": [
        {
          "resource_type": "ad_campaign"
        }
      ],
      "objective": "awareness",
      "platform": "meta",
      "result_event": "purchase",
      "special_ad_categories": [
        "housing"
      ],
      "status": "active"
    }
  ]
}