POST /api/v2/buyer/advertisers/{advertiserId}/catalogs/{catalogId}/activation-plan/preview
Builds the activation plan a transform would produce from the catalog’s current items — the campaign groups, creative-asset prompts, and seller-syndication targets — without materializing anything. Use it to check the fan-out before you execute. Pass save: true to persist the plan against the latest catalog version so a later refresh can activate it.
By default the plan is computed from the catalog’s active transform. Supply an ad hoc transform in the body to preview an unsaved one.
Request
curl
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
advertiserId | string (path) | Yes | Unique identifier for the advertiser |
catalogId | string (path) | Yes | Buyer-assigned catalog_id or the platform catalogId from list catalogs |
transform | object | No | Ad hoc transform definition to preview. If omitted, the catalog’s active transform is used. Same shape as save catalog transform |
adcpAgentIds | array | No | Seller agents to evaluate for upstream catalog/creative syndication. If omitted, the catalog’s enabled syndication targets are used. Default [] |
save | boolean | No | Persist this plan against the latest catalog version. Requires an active saved transform when transform is omitted. Default false |
Response
campaignGroups— one per distinctgroupByvalue, each carrying its derivedfieldValues,itemCount, memberitemIds, and resolvedbudget(ornull).creativeAssets— resolved prompts and cache keys (empty when the transform defines none).syndicationTargets— one entry per evaluated seller agent, each withadcpAgentId,shareStatus(ready/unsupported),deliveryMode,usesTransformedCatalog,requiresCreativeAssembly,creativeAgentId(ornull), and a human-readablereason.deliveryModeis one ofnative_catalog,native_creative_catalog,assembled_creative,third_party_creative_agent, orunsupported.
save is false, planId and createdAt are null (nothing is persisted). When save is true, they are populated.
Errors
400 VALIDATION_ERROR— no active transform exists and none was supplied in the body (“No active catalog transform found. Provide a transform in the request body or save one first.”).404 NOT_FOUND—advertiserIdorcatalogIddoes not exist or is not visible to the authenticated account.
Related
Save catalog transform
Define the fan-out rules
Execute activation
Materialize the plan into jobs
Refresh catalog
Pull the latest feed and re-activate
List catalogs
See synced catalogs