google-ads-write

Execute Google Ads mutations after explicit user confirmation with before/after verification.

1|2|Updated May 21, 2026
One-click install
npx skills add https://github.com/itallstartedwithaidea/claude-googleadsagent --skill google-ads-write
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-ads-write
Source: https://github.com/itallstartedwithaidea/claude-googleadsagent/tree/main/skills/google-ads-write
Command: npx skills add https://github.com/itallstartedwithaidea/claude-googleadsagent --skill google-ads-write

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents accidental or unauthorized changes to a Google Ads account by requiring an explicit user confirmation before any write operation is executed.

Core Features & Use Cases

  • Confirm-Execute-Postcheck (CEP) workflow: proposes an exact before/after change, executes only after explicit confirmation, and verifies the result after execution.
  • Write-safe campaign operations: supports pausing and enabling campaigns, updating budgets, changing bids, adding negative keywords, creating responsive search ads, creating new campaigns, and applying optimization recommendations.
  • Audit-ready logging and validation: itemizes up to 50 operations per batch, checks key constraints (like ad character limits), and records timestamps, parameters, and pre-state snapshots for traceability.

Quick Start

Tell the agent: update the budget for campaign 123 to $50/day using CEP confirmation, then verify the change and report the before/after results.

Frequently Asked Questions about google-ads-write

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely automate Google Ads budget updates and bid changes?

Safely automate Google Ads budget updates and bid changes by using a Confirm-Execute-Postcheck workflow that proposes before/after changes, executes only after explicit user confirmation, and verifies the updated entity. This prevents accidental account mutations.

What is the CEP confirmation process for Google Ads API write operations?

The CEP confirmation process for Google Ads API write operations requires the agent to propose exact changes, wait for explicit user confirmation, execute the mutation, and then run a post-check to verify the result and report before/after comparisons.

Can I batch update Google Ads campaigns and apply optimization recommendations?

Yes, you can batch update Google Ads campaigns and apply optimization recommendations. The workflow itemizes up to 50 operations per batch, validates inputs like ad character limits, and records timestamps with pre-state snapshots for audit-ready traceability.

What Google Ads campaign operations can I perform with write-safe validation?

With write-safe validation, you can perform Google Ads campaign operations including pausing and enabling campaigns, updating budgets, changing bids, adding negative keywords, creating responsive search ads, creating new campaigns, and applying optimization recommendations.

How do I prevent unauthorized changes when creating responsive search ads?

Prevent unauthorized changes when creating responsive search ads by enforcing a workflow that validates key constraints like ad character limits, logs pre-state snapshots, and requires explicit user confirmation before executing any mutation.

Does this Google Ads mutation workflow support audit logging for ad operations?

Yes, this Google Ads mutation workflow supports audit logging for ad operations by recording timestamps, parameters, and pre-state snapshots. It itemizes operations and verifies updated entities to maintain audit-ready traceability for all executed changes.