a84d4905fdbb

latestOpenAPI 3.1.02026-08-143874115.7 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.

Example request

{
  "count": 2,
  "preserve_engagement": true,
  "target_ad_group_id": "adgrp_xxxxxxxxxxxxxx"
}

Response

ad duplicated

Example response

{
  "data": [
    {
      "ad_campaign": {
        "id": "adcamp_xxxxxxxxxxxxxx"
      },
      "ad_group": {
        "id": "adcamp_xxxxxxxxxxxxxx"
      },
      "added_to_cart_value": 1850,
      "added_to_carts": 74,
      "call_to_action": "learn_more",
      "click_through_rate": 0.0261,
      "clicks": 1337,
      "completed_registration_value": 95,
      "completed_registrations": 19,
      "contact_value": 175,
      "contacts": 27,
      "cost_per_added_to_cart": 6.515675675675676,
      "cost_per_click": 0.36,
      "cost_per_completed_registration": 25.37684210526316,
      "cost_per_contact": 17.85777777777778,
      "cost_per_lead": 3.984793388429752,
      "cost_per_mille": 9.42,
      "cost_per_purchase": 12.68842105263158,
      "cost_per_result": 7.653333333333333,
      "cost_per_schedule": 10.48173913043478,
      "cost_per_submitted_application": 40.18,
      "cost_per_unique_click": 0.48,
      "cost_per_viewed_content": 0.2253084112149533,
      "created_at": "2026-01-01T12:00:00.000Z",
      "creatives": [
        {
          "crop": {
            "height": 1000,
            "width": 1000,
            "x": 40
          },
          "format": "vertical",
          "id": "file_xxxxxxxxxxxxxx",
          "media_type": "image",
          "url": "https://assets-2-rough.whop.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
        }
      ],
      "custom_conversions": 63,
      "custom_event_counts": {
        "booked_detail": 63
      },
      "custom_event_values": {
        "booked_detail": 4820
      },
      "delivery_status": "paused",
      "descriptions": [
        "Paint correction included"
      ],
      "headlines": [
        "Austin's mobile detailers"
      ],
      "id": "ad_xxxxxxxxxxxxxx",
      "impressions": 51204,
      "issues": [
        {
          "id": "adiss_xxxxxxxxxxxxxx",
          "message": "Your ad was rejected for unacceptable business practices. Edit the ad's content and resubmit.",
          "resource_id": "ad_xxxxxxxxxxxxxx",
          "resource_type": "ad"
        }
      ],
      "lead_form": {
        "completion": {
          "button_text": "See our work",
          "description": "We book coatings two days out, so pick a slot when we ring.",
          "headline": "Thanks — we will call you today",
          "url": "https://shinetime.example/gallery"
        },
        "disclaimer": {
          "body": "Ceramic coating requires the vehicle for two days.",
          "checkboxes": [
            {
              "key": "consent_1",
              "required": true,
              "text": "I agree"
            }
          ],
          "title": "Before you submit"
        },
        "form_type": "higher_intent",
        "intro": {
          "description": "Tell us about your vehicle and we will send a fixed price.",
          "headline": "Get a ceramic coating quote"
        },
        "name": "Ceramic coating quote requests",
        "phone_verification": true,
        "privacy_policy": {
          "link_text": "Shine Time privacy policy",
          "url": "https://shinetime.example/privacy"
        },
        "questions": [
          {
            "format": "multiple_choice",
            "label": "What vehicle are we detailing?",
            "options": [
              {
                "key": "ceramic_coating",
                "logic": {
                  "action": "go_to_question",
                  "target_question_index": 3
                },
                "value": "Ceramic coating"
              }
            ],
            "type": "custom"
          }
        ]
      },
      "lead_form_id": "1037724182084885",
      "lead_value": 1180,
      "leads": 121,
      "messaging_config": {
        "keyword": "Book an interior deep clean",
        "message": "Hi! Tell us your vehicle and ZIP and we will send an interior deep clean quote."
      },
      "multi_advertiser_ads": true,
      "post_id": "xxxxxxxxxxxxxxxx_98765",
      "post_source": "facebook",
      "post_thumbnail_url": "https://assets-2-rough.whop.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
      "primary_texts": [
        "Book a two-day ceramic coating and keep the shine for three years."
      ],
      "purchase_value": 9462,
      "purchases": 38,
      "result_event": "custom",
      "result_event_name": "booked_detail",
      "results": 63,
      "return_on_ad_spend": 19.62419113987058,
      "schedule_value": 640,
      "schedules": 46,
      "social_accounts": [
        {
          "id": "adcamp_xxxxxxxxxxxxxx"
        }
      ],
      "spend": 482.16,
      "spend_currency": "usd",
      "status": "paused",
      "submitted_application_value": 300,
      "submitted_applications": 12,
      "title": "Ceramic coating — new ad group",
      "unique_clicks": 1012,
      "updated_at": "2026-01-01T12:00:00.000Z",
      "url": "https://shinetime.example/ceramic-coating",
      "url_parameters": {},
      "viewed_contents": 2140
    }
  ]
}