ga4-conversion-import

ga4-conversion-import is a skill for Claude Code, Codex from Ad-Superpowers/ad-superpowers-plugin. It costs 90 tokens per session (4,186 once invoked), scanned A, original, MIT.

A guide for importing conversion events from Google Analytics 4, Google's website and app measurement service, into Google Ads.

In plain words
What is it for?
Use it to check account links, configure conversion counting, and set up GA4 conversion imports for Google Ads bidding.
Why use it?
It helps resolve setup choices that affect which actions Google Ads uses when measuring and optimising advertising results.

Skill for Claude CodeCodex

Part of the ad-superpowers plugin — 17 skills, 35 commands, 5 agents, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ad-superpowers/ad-superpowers-plugin/ga4-conversion-import
Any agent
npx skills add Ad-Superpowers/ad-superpowers-plugin --skill ga4-conversion-import
Clone the repo
git clone --depth 1 https://github.com/Ad-Superpowers/ad-superpowers-plugin

Made for: Claude Code, Codex.

Or install ad-superpowers, the plugin that ships this one along with the rest of its 17 skills, 35 commands, 5 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ga4-conversion-import

README.md
[![agentmods](https://agentmods.dev/badge/skills/ad-superpowers/ad-superpowers-plugin/ga4-conversion-import.svg)](https://agentmods.dev/skills/ad-superpowers/ad-superpowers-plugin/ga4-conversion-import)
Your own site
<a href="https://agentmods.dev/skills/ad-superpowers/ad-superpowers-plugin/ga4-conversion-import"><img src="https://agentmods.dev/badge/skills/ad-superpowers/ad-superpowers-plugin/ga4-conversion-import.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,186 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00090 $0.04186
Opus 5 $0.00045 $0.02093
Sonnet 5 $0.00018 $0.00837
Haiku 4.5 $0.00009 $0.00419

Measured 5d ago against content hash 9c0e0e90f553, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

ga4-conversion-import scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugin/skills/ga4-conversion-import/SKILL.md · 417 lines

How it starts

The opening of the file, as written. The whole thing — 417 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GA4 Conversion Import Guide

Complete guide for importing GA4 conversions into Google Ads for optimal Smart Bidding performance.

GOOGLE ADS LINK VERIFICATION
==============================

STEP 1: CHECK GA4 SIDE
LOCATION: GA4 Admin → Product Links → Google Ads Links

┌─────────────────────┬────────────────────────────────────────┐
│ Check item          │ Expected status                        │
├─────────────────────┼────────────────────────────────────────┤
│ Link status         │ "Active"                               │
├─────────────────────┼────────────────────────────────────────┤
│ Personalized ads    │ Enabled (for remarketing)              │
├─────────────────────┼────────────────────────────────────────┤
│ Auto-tagging        │ Enabled in Google Ads                  │
├─────────────────────┼────────────────────────────────────────┤
│ Linked accounts     │ All relevant Google Ads accounts       │
└─────────────────────┴────────────────────────────────────────┘

STEP 2: CHECK GOOGLE ADS SIDE
LOCATION: Google Ads → Tools → Data Manager → Google Analytics 4

┌─────────────────────┬────────────────────────────────────────┐
│ Check item          │ Expected status                        │
├─────────────────────┼────────────────────────────────────────┤
│ Property status     │ "Linked"                               │
├─────────────────────┼────────────────────────────────────────┤
│ Data sharing        │ Enabled                                │
├─────────────────────┼────────────────────────────────────────┤
│ Import status       │ "Active" per conversion                │
└─────────────────────┴────────────────────────────────────────┘

TROUBLESHOOTING LINK ISSUES:
├── Link not visible? Check permissions on both platforms
├── Status "Error"? Unlink and re-link
├── Data mismatch? Check auto-tagging is ON
└── No import options? Wait 24-48 hours after linking

Configuring GA4 Key Events

GA4 KEY EVENTS (CONVERSIONS) SETUP
====================================

TERMINOLOGY NOTE:
├── GA4 UI calls them "Key Events" (since March 2024)
├── Google Ads still calls them "Conversions" after import — this is correct
├── Do not confuse the names: the data is the same, only the label differs
└── When a client says "I don't see conversions in GA4" → show them "Key Events"

LOCATION: GA4 Admin → Data display → Events → Mark as key event

STEP 1: IDENTIFY KEY EVENTS
────────────────────────────
┌─────────────────────┬───────────┬───────────────────────────────┐
│ Event type          │ Priority  │ Import as                     │
├─────────────────────┼───────────┼───────────────────────────────┤
│ purchase            │ HIGH      │ Primary - Every conversion    │
├─────────────────────┼───────────┼───────────────────────────────┤
│ generate_lead       │ HIGH      │ Primary - One per click       │
├─────────────────────┼───────────┼───────────────────────────────┤
│ sign_up             │ HIGH      │ Primary - One per click       │
├─────────────────────┼───────────┼───────────────────────────────┤
│ begin_checkout      │ MEDIUM    │ Secondary observation only    │
├─────────────────────┼───────────┼───────────────────────────────┤
│ add_to_cart         │ MEDIUM    │ Secondary observation only    │
├─────────────────────┼───────────┼───────────────────────────────┤
│ page_view           │ LOW       │ Do not import                 │
├─────────────────────┼───────────┼───────────────────────────────┤
│ scroll              │ LOW       │ Do not import                 │
└─────────────────────┴───────────┴───────────────────────────────┘

STEP 2: MARK AS KEY EVENT
──────────────────────────
┌────┬────────────────────────────────────────────────────────────┐
│ 1  │ Go to Admin → Data display → Events                       │
├────┼────────────────────────────────────────────────────────────┤
│ 2  │ Find your event in the list                               │
├────┼────────────────────────────────────────────────────────────┤
│ 3  │ Toggle "Mark as key event" → ON                           │
├────┼────────────────────────────────────────────────────────────┤
│ 4  │ Event now appears in Admin → Key events                   │
├────┼────────────────────────────────────────────────────────────┤
│ 5  │ Wait 24-48 hours for import availability                  │
└────┴────────────────────────────────────────────────────────────┘

KEY EVENT LIMITS:
├── Maximum 30 key events per property
├── Select only events with business value
├── Avoid marking page_view or scroll as key event
└── Custom events must have data first

Read the full file on GitHub · 417 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 417 lines · 90 tokens per session scan A 9c0e0e90f553

Subscribe to this mod's changes

ga4-conversion-import is a skill published in the GitHub repository Ad-Superpowers/ad-superpowers-plugin (5 stars, last pushed 7d ago), licensed MIT. It adds 90 tokens to every session and 4,186 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories