List Campaigns
campaign_listList campaigns from Google Ads and Meta Ads with optional filters by platform, status, or name. Retrieve campaign IDs for updates, pausing, or A/B testing.
Instructions
Unified listing of campaigns across Google Ads and Meta Ads in a single view. Optional filters: platform ("google_ads"|"meta_ads"), status ("draft"|"active"|"paused"|"ended"|"archived"), query (free-text over campaign name). Pagination via limit (default 20, max 100) and offset. Returns {total, showing, offset, campaigns[]} where each campaign summary includes id, name, platform, status, objective, daily_budget, currency, and start_date. Use the returned id with campaign_update, campaign_pause_resume, or ab_test_analyze.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Filter by platform | |
| status | No | Filter by status | |
| query | No | Search campaign names | |
| limit | No | ||
| offset | No |