Skip to content
adscapi

platforms

List every registered destination, its support level, and the environment secrets it needs. No network call — pure registry dump.

Usage

shell
adscapi platforms

No flags.

Output

One row per platform: key, support (real-capi / offline-upload / pixel-only), and comma-separated required secret names.

shell
$ npx adscapi platforms
26 platforms:
  meta             real-capi      META_CAPI_TOKEN, META_PIXEL_ID
  tiktok           real-capi      TIKTOK_ACCESS_TOKEN, TIKTOK_PIXEL_ID
  ga4              real-capi      GA4_MEASUREMENT_ID, GA4_API_SECRET
  …

When to use it

  • Before setup — learn the exact secret names (never invent them)
  • Same data as MCP tool adscapi_platforms and ads.destinations.list()

Related