Sign in

List ad campaign groups

documented

Retrieve campaign groups for an ad account.

GET /v2/adCampaignGroupsV2Adsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

Note: Based on LinkedIn's official Ads API docs, the base URL is https://api.linkedin.com/v2/ and adCampaignGroupsV2 is accessed at that path. ([learn.microsoft.com](https://learn.microsoft.com/en-us/linkedin/shared/references/v2/ads/adcampaigngroups?utm_source=openai))

npx -y keychains@latest curl "https://api.linkedin.com/v2/adCampaignGroupsV2?q={{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "X-RestLi-Protocol-Version: 2.0.0" \
  -H "Accept: application/json"
List ad campaign groups · LinkedIn · OpenIntegrations