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.
npx agentmods add skills/surendranb/google-analytics-mcp/attribution-scopenpx skills add surendranb/google-analytics-mcp --skill attribution-scopegit clone --depth 1 https://github.com/surendranb/google-analytics-mcpWrote 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.
[](https://agentmods.dev/skills/surendranb/google-analytics-mcp/attribution-scope)<a href="https://agentmods.dev/skills/surendranb/google-analytics-mcp/attribution-scope"><img src="https://agentmods.dev/badge/skills/surendranb/google-analytics-mcp/attribution-scope.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00030 | $0.00636 |
| Opus 5 | $0.00015 | $0.00318 |
| Sonnet 5 | $0.00006 | $0.00127 |
| Haiku 4.5 | $0.00003 | $0.00064 |
Grade A, and why
attribution-scope 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Attribution Scope
GA4 has three distinct attribution scopes. Using the wrong scope gives misleading results. Choose based on the question you are answering.
The three scopes
| Scope | Dimension prefix | Question it answers | When to use |
|---|---|---|---|
| Session | session |
Where did THIS session come from? | Traffic Acquisition — volume, engagement, conversions by source |
| First-user | firstUser |
Which channel originally acquired this user? | User Acquisition — who brought in new users |
| Event/attribution | (no prefix) | Which channel gets credit for this conversion? | Advertising reports — AI-weighted conversion credit allocation |
Dimensions by scope
Session scope — use for traffic analysis:
sessionDefaultChannelGroupsessionSourcesessionMediumsessionCampaignNamesessionSourceMedium
First-user scope — use for acquisition analysis:
firstUserDefaultChannelGroupfirstUserSourcefirstUserMediumfirstUserCampaignName
Event/attribution scope — use only in advertising/conversion contexts:
defaultChannelGroup(no prefix)source(no prefix)medium(no prefix)
How to choose
"Where is my traffic coming from?" → session scope
dimensions: ["sessionDefaultChannelGroup", "sessionSource", "sessionMedium"]
metrics: ["sessions", "totalUsers", "engagedSessions", "keyEvents"]
"Which channels are bringing in new users?" → first-user scope
dimensions: ["firstUserDefaultChannelGroup", "firstUserSource"]
metrics: ["newUsers", "totalUsers"]
"How should I attribute conversion credit across channels?" → event scope (Use only with advertising campaign analysis; this is AI-weighted attribution.)
Common mistake
A user acquired via Instagram who later converts via Google Organic will show:
sessionDefaultChannelGroup = "Organic Search"(where this session came from)firstUserDefaultChannelGroup = "Organic Social"(where they were first acquired)
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.
- 6d ago First seen · 74 lines · 30 tokens per session scan A 34ecebaa4f2c
attribution-scope is a skill published in the GitHub repository surendranb/google-analytics-mcp (241 stars, last pushed 3d ago), licensed MIT. It adds 30 tokens to every session and 636 once invoked, about $0.0002 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.
Other skills, from other repositories
speckit-bug-fix
Apply the remediation from a bug assessment and record what was changed.
google-credentials
Configure local Google Search Console and GA4 credentials for SEO Google Suite. Use when the user asks to connect, configure, add, or verify GSC or GA4 credentials.
seo-data
Direct access to Google Search Console, Google Analytics 4, and Bing Webmaster Tools data via OAuth/API key. Use whenever the user asks SEO, search performance, organic traffic, ranking, impressions, clicks, CTR, conversions, traffic source, landing page, or analytics questions and wants real numbers from their own…
google-seo-audit
Use Google Search Console, GA4, and CrUX evidence for SEO audits from Codex.
pp-google-analytics
Google Analytics 4 Printing Press CLI for GA4 raw reports, funnels, acquisition/revenue insights, period comparisons, anomaly scans, and property-access health checks.
web-analytics
Analyze web traffic, SEO performance, and search engine trends using Google Search Console, Google Analytics 4, and Bing Webmaster Tools. Use when the user asks to analyze traffic, check SEO, or find keyword opportunities.