Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Google Analytics (GA4) Analysis Skill

Analyzes GA4 traffic, acquisition, engagement, and conversions via the NotFair MCP connector, and safely manages key events and custom dimensions.

Data & AnalyticsIntermediate3,354418AI score 8/10Last updated: Aug 13, 2026

What it does

  • Resolves the exact GA4 property resource and pins down the business question, primary metric, timezone, date range, and comparison window before pulling data.
  • Fans out only the smallest useful set of reports across channel, source/medium, campaign, landing page, device, geography, and events to explain what changed.
  • Flags sampling, thresholding, quota warnings, collapsed (other) rows, and provisional intraday data instead of presenting them as clean numbers.
  • Keeps GA4 attribution separate from ad-platform attribution and explains discrepancies rather than blending them.
  • Restricts configuration changes to dedicated mutation tools, showing current state, proposed state, reporting impact, and rollback before requesting approval — with an explicit gate on irreversible custom-dimension archiving.

Who it's for

  • Growth and marketing teams who read GA4 reports weekly
  • Analysts diagnosing traffic or conversion drops with reproducible evidence
  • GA4 admins who want guardrails around measurement configuration changes

Example uses

  1. "Organic conversions dropped 30% last week — compare by channel and landing page and tell me the likely driver."
  2. "Build a campaign-level revenue and conversion-rate table for this month vs. the same period last month."
  3. "Before I register purchase as a key event, show me the downstream reporting impact and rollback path."

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/nowork-studio/notfair-plugin/HEAD/analytics/google-analytics/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the analytics/google-analytics folder from the GitHub repo nowork-studio/notfair-plugin into my ~/.claude/skills/google-analytics/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/nowork-studio/notfair-plugin.git && mkdir -p ~/.claude/skills && cp -r notfair-plugin/analytics/google-analytics ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open your terminal.
  2. Clone the repository: git clone https://github.com/nowork-studio/notfair-plugin.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r notfair-plugin/analytics/google-analytics ~/.claude/skills/
  5. The skill reads ../shared/operating-contract.md, so copy notfair-plugin/analytics/shared as well.
  6. Connect the NotFair Google Analytics MCP endpoint (https://notfair.co/api/mcp/google_analytics) in Claude Code and authorize your GA4 account.
  7. Restart Claude Code and try a prompt like "Analyze last week's GA4 traffic."