List Campaigns
campaign_listList campaigns from Google Ads and Meta Ads in one view. Filter by platform, status, or campaign name. Paginate results with limit and offset to retrieve campaign summaries including ID, name, platform, status, objective, budget, currency, and start date.
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 |