v8
OpenAPI 3.1.02026-08-033623795.0 MBAd 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
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"
}
]
}