Google analytics
Analyze connected Google Analytics 4 traffic, acquisition, engagement, landing pages, ecommerce, events, and conversions, and safely manage supported GA4 key events or custom dimensions through NotFair MCP.
How to use it
Claude Code
- Run the line below. It pulls the whole folder into
~/.claude/skills/google-analytics. - Describe your job in plain words. Claude Code follows the skill from there.
npx degit nowork-studio/notfair-plugin/analytics/google-analytics#main ~/.claude/skills/google-analyticsFor one project only, change the path to .claude/skills/google-analytics.
Claude (web or desktop app)
- On this page open ⋯ → Download .md.
- Save it as SKILL.md in a folder, zip the folder, then Customize → Skills → + → Create skill → Upload a skill.
- Pick the file and Save. Claude shows the name and description and runs a security scan.
- Check the skill is switched on.
- Start a new chat and describe your job in plain words. The AI follows the skill from there.
ChatGPT or another app
- ChatGPT: make a Project and paste it into Instructions.
- Neither? Paste it at the top of a new chat — it works for that chat.
Not working?
- Check which app you pasted it into — the steps above name the right one.
- Some skills need the paid tier of Claude or ChatGPT.
Paste into Claude, ChatGPT or Cursor.
Source of Google analytics
Show the full text40 lines
| name | description | argument-hint |
|---|---|---|
| google-analytics | Analyze connected Google Analytics 4 traffic, acquisition, engagement, landing pages, ecommerce, events, and conversions, and safely manage supported GA4 key events or custom dimensions through NotFair MCP. Use for GA4, Google Analytics, traffic or conversion drops, channel attribution, realtime activity, report requests, measurement configuration, or Analytics MCP setup. | <property, date range, metric, or GA4 question> |
Google Analytics
Read ../shared/operating-contract.md. Use the live connector's instructions and schemas to choose tools for the task.
Select the property and question
- Resolve
~~google-analyticsto the actual GA4 connector and inspect its current tools. Confirm access and the available properties from live data. - Select the exact
properties/123456789resource returned by the connector. Never substitute aG-measurement ID or Google account ID. - Define the business question, primary metric, conversion or key-event definition, property timezone, date range, and comparison window. If the platform is missing or unauthorized, direct the user to reconnect the universal NotFair plugin and stop before claiming live data.
Pull decision-grade evidence
Pull the smallest useful set of reports across channel, source/medium, campaign, landing page, device, geography, or event. Choose available reporting capabilities and batch related reads when supported and useful.
- Compare complete equivalent periods and show absolute values plus deltas.
- Use metadata before guessing an unfamiliar dimension/metric pair. Respect the current API's dimension, metric, fan-out, and quota limits exposed by the tool.
- Check response metadata for sampling, thresholding, or quota warnings. A collapsed
(other)row means detailed rows may not sum to the total. - Treat recent/intraday data as provisional and state the property's timezone.
- Keep GA4 attribution separate from ad-platform attribution. Explain discrepancies instead of blending incompatible numbers.
- Do not claim causality from a correlated channel or page change without supporting evidence.
Lead with what changed, where it changed, the evidence-backed likely driver, confidence, and the next measurement or business action. Include the report definition so another operator can reproduce it.
Change measurement configuration
Use currently available capabilities for supported key-event and custom-dimension changes. Show the exact property, current state, proposed state, downstream reporting impact, and rollback before asking for approval.
- Creating and deleting a key event are reversible counterparts when the same event definition is available.
- Archiving a custom dimension is irreversible in GA4 and its parameter name cannot be reused. Require explicit approval that names the property and dimension before archiving.
- Respect the read/write boundary described by the live capability.
- Confirm success from returned before/after evidence or a fresh configuration read; report partial failures without retrying blindly.
Do not describe a report as saved or a dashboard as published unless the connected tool explicitly supports that operation and confirms it.
| 1 | |
| 2 | name google-analytics |
| 3 | description Analyze connected Google Analytics 4 traffic, acquisition, engagement, landing pages, ecommerce, events, and conversions, and safely manage supported GA4 key events or custom dimensions through NotFair MCP. Use for GA4, Google Analytics, traffic or conversion drops, channel attribution, realtime activity, report requests, measurement configuration, or Analytics MCP setup. |
| 4 | argument-hint "<property, date range, metric, or GA4 question>" |
| 5 | |
| 6 | |
| 7 | # Google Analytics |
| 8 | |
| 9 | Read `../shared/operating-contract.md`. Use the live connector's instructions and schemas to choose tools for the task. |
| 10 | |
| 11 | ## Select the property and question |
| 12 | |
| 13 | Resolve `~~google-analytics` to the actual GA4 connector and inspect its current tools. Confirm access and the available properties from live data. |
| 14 | Select the exact `properties/123456789` resource returned by the connector. Never substitute a `G-` measurement ID or Google account ID. |
| 15 | Define the business question, primary metric, conversion or key-event definition, property timezone, date range, and comparison window. If the platform is missing or unauthorized, direct the user to reconnect the universal NotFair plugin and stop before claiming live data. |
| 16 | |
| 17 | ## Pull decision-grade evidence |
| 18 | |
| 19 | Pull the smallest useful set of reports across channel, source/medium, campaign, landing page, device, geography, or event. Choose available reporting capabilities and batch related reads when supported and useful. |
| 20 | |
| 21 | Compare complete equivalent periods and show absolute values plus deltas. |
| 22 | Use metadata before guessing an unfamiliar dimension/metric pair. Respect the current API's dimension, metric, fan-out, and quota limits exposed by the tool. |
| 23 | Check response metadata for sampling, thresholding, or quota warnings. A collapsed `(other)` row means detailed rows may not sum to the total. |
| 24 | Treat recent/intraday data as provisional and state the property's timezone. |
| 25 | Keep GA4 attribution separate from ad-platform attribution. Explain discrepancies instead of blending incompatible numbers. |
| 26 | Do not claim causality from a correlated channel or page change without supporting evidence. |
| 27 | |
| 28 | Lead with what changed, where it changed, the evidence-backed likely driver, confidence, and the next measurement or business action. Include the report definition so another operator can reproduce it. |
| 29 | |
| 30 | ## Change measurement configuration |
| 31 | |
| 32 | Use currently available capabilities for supported key-event and custom-dimension changes. Show the exact property, current state, proposed state, downstream reporting impact, and rollback before asking for approval. |
| 33 | |
| 34 | Creating and deleting a key event are reversible counterparts when the same event definition is available. |
| 35 | Archiving a custom dimension is irreversible in GA4 and its parameter name cannot be reused. Require explicit approval that names the property and dimension before archiving. |
| 36 | Respect the read/write boundary described by the live capability. |
| 37 | Confirm success from returned before/after evidence or a fresh configuration read; report partial failures without retrying blindly. |
| 38 | |
| 39 | Do not describe a report as saved or a dashboard as published unless the connected tool explicitly supports that operation and confirms it. |
| 40 |
Discussion
Browse more free Claude skills or everything in Development.