attribution-reconciler

attribution-reconciler is a skill for Claude Code from Ad-Superpowers/ad-superpowers-plugin. It costs 103 tokens per session (5,057 once invoked), scanned A, original, MIT.

A guide for comparing conversion reports from advertising platforms with Google Analytics 4, Google's website measurement service.

In plain words
What is it for?
Use it to investigate discrepancies across Meta, Google Ads, TikTok, LinkedIn, and Google Analytics 4, and to understand attribution and privacy-related tracking effects.
Why use it?
Different systems may credit the same conversion differently, making it unclear which numbers to use for decisions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

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

Good fit Use it to investigate discrepancies across Meta, Google Ads, TikTok, LinkedIn, and Google Analytics 4, and to understand attribution and privacy-related tracking effects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ad-superpowers/ad-superpowers-plugin/attribution-reconciler
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.

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

Made for: Claude Code.

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 attribution-reconciler

README.md
[![agentmods](https://agentmods.dev/badge/skills/ad-superpowers/ad-superpowers-plugin/attribution-reconciler/github.svg)](https://agentmods.dev/skills/ad-superpowers/ad-superpowers-plugin/attribution-reconciler)
Your own site
<a href="https://agentmods.dev/skills/ad-superpowers/ad-superpowers-plugin/attribution-reconciler"><img src="https://agentmods.dev/badge/skills/ad-superpowers/ad-superpowers-plugin/attribution-reconciler/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for attribution-reconciler

Your own site · 80×15
<a href="https://agentmods.dev/skills/ad-superpowers/ad-superpowers-plugin/attribution-reconciler"><img src="https://agentmods.dev/badge/skills/ad-superpowers/ad-superpowers-plugin/attribution-reconciler.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,057 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00103 $0.05057
Opus 5 $0.00051 $0.02528
Sonnet 5 $0.00021 $0.01011
Haiku 4.5 $0.00010 $0.00506

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

Security

Grade A, and why

attribution-reconciler 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 9d 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/attribution-reconciler/SKILL.md · 586 lines

How it starts

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

Cross-Platform Attribution Reconciler

Purpose

Help advertisers understand and reconcile the conversion discrepancies they see between Meta, Google Ads, GA4, TikTok, and LinkedIn. This is the #1 pain point across all advertising platforms - different platforms report different numbers for the same conversions.

When to Use This Skill

Invoke when user mentions:

  • Discrepancies: "Why do Meta and GA4 show different numbers?"
  • Trust questions: "Which platform's data should I believe?"
  • Budget decisions: "How do I allocate budget across channels?"
  • Reconciliation: "How do I reconcile attribution across channels?"
  • Specific gaps: "What's causing the 30% discrepancy I'm seeing?"

Required Tools

Use these MCP tools to pull live data when diagnosing attribution discrepancies:

Tool Purpose
ga4_run_report Pull GA4 Key Events (conversions) as neutral baseline
meta_query Pull Meta campaign conversions by attribution window
google_ads_run_gaql Pull Google Ads conversion data for comparison
tiktok_get_report Pull TikTok conversion data
linkedin_get_analytics Pull LinkedIn conversion data

Recommended diagnostic sequence:

1. ga4_run_report(property_id="...", start_date="2026-03-08", end_date="2026-04-05", metrics=["keyEvents"], dimensions=["date"])
2. meta_get_insights(account_id="act_...", level="campaign", date_preset="last_28d", fields=["spend","actions","impressions"])
3. google_ads_run_gaql(customer_id="...", query="SELECT campaign.name, metrics.conversions, metrics.cost_micros FROM campaign WHERE segments.date DURING LAST_28_DAYS")

Quick Reference: Expected Discrepancies

These discrepancy ranges are normal and don't necessarily indicate a problem:

Platform Comparison Expected Difference Primary Cause
Meta vs GA4 Meta +15-30% higher View-through + modeled conversions
Google Ads vs GA4 Google +10-25% higher Enhanced Conversions + modeling
TikTok vs GA4 TikTok +20-40% higher VTA attribution (30% of conversions)
LinkedIn vs GA4 LinkedIn +15-35% higher Long B2B cycles, cross-device
GA4 vs All GA4 -18-35% lower Cookie blocking, consent mode

Read the full file on GitHub · 586 lines

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. 9d ago First seen · 586 lines · 103 tokens per session scan A fb54a2375290

Subscribe to this mod's changes

attribution-reconciler is a skill published in the GitHub repository Ad-Superpowers/ad-superpowers-plugin (5 stars, last pushed 11d ago), licensed MIT. It adds 103 tokens to every session and 5,057 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

analytics

Growth analytics authority — GA4 event tracking, conversion funnels, attribution models, cohort analysis, A/B testing, Supabase analytics queries, and revenue reporting patterns.

LuuOW/meridian-mcp · 33 tokens

attribution-scope

GA4 has three distinct attribution scopes. Using the wrong scope gives misleading results. Choose based on the question you are answering.

surendranb/google-analytics-mcp · 30 tokens

bot-traffic-detection

Identify and exclude bot, scraper, and spam sessions from GA4 data.

surendranb/google-analytics-mcp · 21 tokens

cro-optimizer

CRO specialist that pulls live analytics data via the Humblytics MCP, analyzes conversion funnels, identifies drop-off points, and generates prioritized A/B test hypotheses. Use when analyzing conversion rates, diagnosing funnel leaks, optimizing signup flows, or creating test roadmaps. Triggers: CRO, conversion rate…

Humblytics/humblytics-marketing-skills · 76 tokens

sealeap-amazon-product-targeting

An Amazon Ads planning skill for targeting product pages and categories, including competitor, complementary, upsell, and own-product traffic.

xjli360/sealeap-amazon-ad-skills · 168 tokens

tracking-health

Preventive audit of conversion tracking across all configured ad platforms — Meta pixels + CAPI, Google Ads conversion actions, and final-URL tracking-parameter consistency on every platform — with a GA4 cross-check. Use when the user asks to check tracking, audit conversion measurement, verify pixels / tags, check…

logly/mureo · 168 tokens