ads-attribution

ads-attribution is a skill for Claude Code from AgriciDaniel/claude-ads. It costs 91 tokens per session (385 once invoked), scanned A, original, MIT.

A review of how advertising platforms and analytics tools count conversions, such as purchases or sign-ups, across websites, apps, and offline systems.

In plain words
What is it for?
Use it to define conversions, compare Meta and Google reports, check tracking and duplicate counting, and assess attribution windows, privacy limits, and data quality.
Why use it?
It helps explain why platforms report different results and prevents incompatible conversion totals from being combined.

Skill for Claude Code

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

Part of the claude-ads plugin — 30 skills, 25 agents shipped together

Good fit Use it to define conversions, compare Meta and Google reports, check tracking and duplicate counting, and assess attribution windows, privacy limits, and data quality.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agricidaniel/claude-ads/ads-attribution
About the project

Claude Ads is a Claude Code skill for managing paid-media operations across 12 advertising platforms, using account data or exports to produce audits, plans, creative workflows, experiments, monitoring, and reports. Agencies, consultants, and in-house performance teams use it for source-based analysis and controlled account work. The catalogue entries are its platform-specific skills, workers, and supporting instructions.

AgriciDaniel/claude-ads · 9,090 stars · on GitHub · claude-ads.md

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 AgriciDaniel/claude-ads --skill ads-attribution
Clone the repo
git clone --depth 1 https://github.com/AgriciDaniel/claude-ads

Made for: Claude Code.

Or install claude-ads, the plugin that ships this one along with the rest of its 30 skills, 25 agents.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/agricidaniel/claude-ads/ads-attribution/github.svg)](https://agentmods.dev/skills/agricidaniel/claude-ads/ads-attribution)
Your own site
<a href="https://agentmods.dev/skills/agricidaniel/claude-ads/ads-attribution"><img src="https://agentmods.dev/badge/skills/agricidaniel/claude-ads/ads-attribution/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 ads-attribution

Your own site · 80×15
<a href="https://agentmods.dev/skills/agricidaniel/claude-ads/ads-attribution"><img src="https://agentmods.dev/badge/skills/agricidaniel/claude-ads/ads-attribution.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 385 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. Third-party audits
  • Socket pass 20 May 2026
  • Snyk pass 21 May 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00091 $0.00385
Opus 5 $0.00046 $0.00192
Sonnet 5 $0.00018 $0.00077
Haiku 4.5 $0.00009 $0.00038

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

Security

Grade A, and why

ads-attribution 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 10d 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.

skills/ads-attribution/SKILL.md · 33 lines

What it actually says

Attribution Audit

  1. Read the main ads contract and normalized account snapshots.
  2. Declare the business conversion, value, data window, timezone, currency, and decision the attribution analysis must support.
  3. Inventory every browser, server, platform, analytics, MMP, offline, and app attribution source with its identity, counting, deduplication, and privacy rules.
  4. Reconcile comparable events and explain differences caused by eligibility, view-through rules, consent, modeled data, conversion lag, thresholds, or scope.
  5. Separate measurement quality from platform-reported performance.
  6. Return findings, contradictions, confidence, missing evidence, and a measurement improvement plan through the common JSON contract.

Do not assume one platform is ground truth, add incompatible reports together, or recommend an attribution model without the operator's decision context.

Comparability gate

Reject aggregation until the sources share, or are explicitly normalized to, the same conversion event and value definition, attribution window, click/view scope, counting method, deduplication identity, timezone, currency, attribution model, and modeled-data treatment. Until then, report the values side by side with their definitions; do not compute a total.

Example: Meta seven-day conversions and Google thirty-day conversions are incompatible. Refuse to add them, reconcile windows and definitions first, and only aggregate a newly comparable dataset.

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. 10d ago First seen · 33 lines · 91 tokens per session scan A e121015d4c2e

Subscribe to this mod's changes

ads-attribution is a skill published in the GitHub repository AgriciDaniel/claude-ads (9,090 stars, last pushed 1mo ago), licensed MIT. It adds 91 tokens to every session and 385 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-30.

Related

Other skills, from other repositories

email-plan

Generate comprehensive email marketing strategy with 90-day implementation roadmap. Analyzes business type (local-business, saas, ecommerce, creator, agency) to deliver industry-specific segmentation plans, automation sequences, content calendars, KPI targets, platform recommendations, and week-by-week rollout…

AgriciDaniel/claude-email · 71 tokens

email-review

Pre-send email quality review and scoring across 5 dimensions (subject line, copy quality, technical/HTML, deliverability, compliance). Analyzes subject lines, body copy, HTML structure, spam triggers, and CAN-SPAM compliance. Scores 0-100 with detailed recommendations for improvement. Use when user wants to review an…

AgriciDaniel/claude-email · 84 tokens

email-audit

Audits email domain deliverability setup (SPF, DKIM, DMARC, MX records, blacklists, TLS) and generates health score (0-100) with prioritized fix list. Checks bulk sender compliance against Google/Yahoo/Microsoft 2024-2026 requirements. Provides DNS records to add/update. Use when user asks to audit, check, or analyze…

AgriciDaniel/claude-email · 90 tokens

email-check

Intelligent inbox triage that connects to Gmail or Outlook, scores emails by importance (0-100) using sender recognition, urgency keywords, thread depth, time sensitivity, and business relevance, categorizes into Urgent/Important/Routine/Archive, and generates reply suggestions for top priority items. Use when the…

AgriciDaniel/claude-email · 109 tokens

email-sequence

Designs complete email automation sequences with timing, subject lines, copy, and conditional logic. Supports welcome series, nurture campaigns, re-engagement, abandoned cart, post-purchase, review requests, and custom sequences. Adapts sequence type, cadence, frameworks, and conditional branching to business context.…

AgriciDaniel/claude-email · 82 tokens

email-write

Compose high-converting emails using proven copy frameworks (PAS, AIDA, BAB, FAB, 4Ps). Generates subject line variants with scores, responsive HTML templates with dark mode support, plain-text fallback, and preheader recommendations. Optimized for cold outreach, newsletters, product launches, promotions, and…

AgriciDaniel/claude-email · 78 tokens