Duplicate ad
POST/ad-publishing/facebook/ads/:adId/duplicate
Duplicate an existing Facebook ad
Request
API Version
v3Ad identifier
- application/json
- Body
- Example (auto)
Bodyrequired
Location identifier
{
"locationId": "HChooFuiyPpVYzeJ4HMe"
}
The duplicated ad, as a new draft
- application/json
- Schema
- Example (auto)
Schema
Ad identifier
Ad name
Parent campaign id
Parent ad set id
Facebook ad id, set once published
Publishing status. On a published entity this is not the state you asked for but the effective_status Meta reports, mapped back — a pause or resume re-reads it live, so an ad awaiting review comes back IN_REVIEW rather than PAUSED or PUBLISHED. Any effective status this service does not recognise also maps to IN_REVIEW.
DRAFTSCHEDULEDPUBLISHINGPUBLISHEDPAUSEDIN_REVIEWWITH_ISSUESREJECTEDARCHIVEDFAILEDPublish error from Facebook. null on reads when there is none.
Creative format
Call-to-action button
Whether multi-advertiser ads are enabled
Primary text variants. Used by SINGLE image and video ads.
Headline variants
Description variants
Single primary text. Carried alongside primaryTexts, mirroring its first entry.
Single headline. Used by carousel ads; mirrors the first headlines entry otherwise.
Single description
Creative media
Instant form the ad routes to, when the conversion location is on-ad
Click destination. null when the ad routes to an instant form instead.
Whether the ad has edits not yet published
Created at
Updated at
{
"id": "6a323f3f4454921db1498ce1",
"name": "Ad 1",
"campaignId": "6a323f3e4454921db1498ccf",
"adsetId": "6a323f3f4454921db1498cd8",
"fbAdId": "120250378908850122",
"publishingStatus": "PUBLISHED",
"fbError": null,
"mediaType": "SINGLE",
"cta": "GET_OFFER",
"multiAdvertiserAds": true,
"primaryTexts": [
{
"text": "Book a free demo",
"_id": "6a3245204454921db1499735"
}
],
"headlines": [
{
"text": "Book a free demo",
"_id": "6a3245204454921db1499735"
}
],
"descriptions": [
{
"text": "Book a free demo",
"_id": "6a3245204454921db1499735"
}
],
"primaryText": "Get an instant estimate",
"headline": "Free home valuation",
"description": "Fast and hassle-free",
"media": [
{
"type": "image",
"src": "https://staging.files.leadconnectorhq.com/file/abc/def.jpeg",
"name": "creative.jpeg",
"_id": "6a859661867e604d24f4d73d"
}
],
"destinationFormId": "36267736432839880",
"destinationLink": null,
"unpublishedChanges": false,
"createdAt": "2026-06-17T06:31:27.661Z",
"updatedAt": "2026-08-19T11:45:39.340Z"
}