v1

latestOpenAPI 3.0.02026-07-2496664456.3 KB
CreativeGroup

Copy CreativeGroups synchronously.

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

post/cm/v1/creative-groups/sync-clones

Request body

ad_account_idstring required

The ID of the AdAccount.

creative_group_idsstring[] required

The list of ids of CreativeGroups to be copied.

source_product_idstring required

The ID of the source Product.

target_product_idstring required

The ID of the target Product.

target_trackinglink_idsstring[]

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_urlsstring[]

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

A successful response.

succeed_creative_group_idsstring[]

The list of ids of source CreativeGroups that successfully copied.