v8

OpenAPI 3.1.02026-08-033623795.0 MB
Ads

Duplicate an Ad

Copies the ad into its own ad group, or into target_ad_group_id (which must belong to the same account and be compatible with the ad). Copies keep the source ad's active/paused state.

post/ads/{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 copies keep the original post's engagement (likes, comments, shares). Defaults to false.

target_ad_group_idstring

Ad group to duplicate into. Defaults to the ad's own ad group.

Response

ad duplicated

Example response

{
  "data": [
    {
      "call_to_action": "learn_more",
      "creatives": [
        {
          "format": "square"
        }
      ],
      "delivery_status": "rejected",
      "issues": [
        {
          "resource_type": "ad_campaign"
        }
      ],
      "lead_form": {
        "form_type": "more_volume",
        "questions": [
          {
            "options": [
              {
                "logic": {
                  "action": "go_to_question"
                }
              }
            ]
          }
        ]
      },
      "post_source": "facebook",
      "result_event": "purchase",
      "status": "active"
    }
  ]
}