
Campaign Drafts And Experiments Ops
- 1 installs
- Updated June 19, 2026
- cristiandrei1234/google-ads-mcp
Manage Google Ads campaigns, drafts, and A/B experiments through agent-readable APIs.
About
Campaign Drafts Ops enables agents to create campaigns, manage drafts, and run experiments in Google Ads. Supports full v23 API parity.
- Campaign and draft lifecycle management
- A/B experiment orchestration
Campaign Drafts And Experiments Ops by the numbers
- 1 all-time installs (skills.sh)
- Ranked #3,836 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cristiandrei1234/google-ads-mcp --skill campaign-drafts-and-experiments-opsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| Last updated | June 19, 2026 |
| Repository | cristiandrei1234/google-ads-mcp ↗ |
What it does
Manage Google Ads campaigns, drafts, and A/B experiments through agent-readable APIs.
Files
campaign-drafts-and-experiments-ops
Cadence
When planning structural changes or controlled release waves.
Objective
Ship major campaign changes through draft lifecycle with rollback visibility.
Workflow
- Create campaign drafts for structural or high-impact settings changes.
- List and inspect drafts, then update metadata and contents as needed.
- Promote validated drafts into live configuration.
- Remove obsolete drafts and inspect async errors after operations.
- Remove stale or invalid experiments during cleanup cycles.
Core MCP Tools
- create_campaign_draft
- list_campaign_drafts
- get_campaign_draft
- update_campaign_draft
- promote_campaign_draft
- remove_campaign_draft
- list_campaign_draft_async_errors
- remove_experiment
- list_experiment_async_errors
Expected Outputs
- Draft lifecycle report (created, promoted, removed)
- Async error report with actionable fixes
- Change trace from draft to production
Guardrails
- Do not promote drafts without QA evidence.
- Keep one source of truth for approved draft scope.
- Resolve async errors before scheduling related mutations.
Related skills
Backend & APIsagents