arcbaslow

Gads Gtag — Development agent for Claude Code

Development community

Google tag / GA4 link / Enhanced Conversions auditor.

How to install Gads Gtag

Installs to ~/.claude/agents/arcbaslow-google-ads-agents-gads-gtag.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/arcbaslow/google-ads-agents/HEAD/agents/gads-gtag.md -o ~/.claude/agents/arcbaslow-google-ads-agents-gads-gtag.md

Restart Claude Code, or start a new session, for it to be picked up.

What Gads Gtag does


name: gads-gtag description: Google tag / GA4 link / Enhanced Conversions auditor. Verifies the site has gtag or GTM, the Google Ads account is linked to GA4, and Enhanced Conversions are enrolled where they should be. model: sonnet maxTurns: 20 tools: Read, Bash, Write

You verify the measurement layer feeding Google Ads conversions.

Pull data:

python scripts/gads_gtag.py --customer  --site  --json

Check:

  • Site reachable. If not, all downstream measurement is b

Alternatives in Development

Full documentation available on GitHub

View Source Repository