---
title: "Copy CreativeGroups synchronously."
method: POST
path: "/cm/v1/creative-groups/sync-clones"
tags: ["CreativeGroup"]
---

# Copy CreativeGroups synchronously.

`POST /cm/v1/creative-groups/sync-clones`

Copy selected CreativeGroups from one Product to another(or the same) Product within an AdAccount synchronously.

## Request body

- MessagesCopyCreativeGroupsSyncRequest
  - `ad_account_id` string, required — The ID of the AdAccount.
  - `creative_group_ids` string[], required — The list of ids of CreativeGroups to be copied.
  - `source_product_id` string, required — The ID of the source Product.
  - `target_product_id` string, required — The ID of the target Product.
  - `target_trackinglink_ids` string[] — The ID of the target Product trackinglinks the new CreativeGroups will use. Required for CreativeGroups which have APP type Product, not allowed for those which have WEB type Product. Specify ID of repeated ids as empty string if the CreativeGroup to be copied does not need TrackingLink. Each element of this field is matched to the entry of same index of creative_group_ids.
  - `target_landing_urls` string[] — The landing URL of the new CreativeGroups will use. Required for CreativeGroups which have WEB type Product, not allowed for those which have APP type Product. Specify ID of repeated ids as empty string if the CreativeGroup to be copied does not need landing url. Each element of this field is matched to the entry of same index of creative_group_ids.

## Response `200`

A successful response.

- MessagesCopyCreativeGroupsSyncResponse
  - `succeed_creative_group_ids` string[] — The list of ids of source CreativeGroups that successfully copied.
  - `failed_logs` CopyCreativeGroupsSyncResponseCopyCreativeGroupsSyncFailedLog[] — The log list of failed CreativeGroup ID and reason.
    - `failed_creative_group_id` string — The ID of failed CreativeGroup to be copied.
    - `failed_reason` string — The reason of why copying is failed.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api.md) · [All operations](https://skmtc.net/moloco/apis/moloco-ads-campaign-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moloco/moloco-ads-campaign-management-api/revisions/5c85d0910ac0/schema)
