---
name: Google Analytics
slug: google-analytics
category: Data
description: Google Analytics analyzes connected Google Analytics 4 traffic, acquisition, engagement, landing pages, ecommerce, events, and conversions through NotFair MCP. Use it to diagnose traffic or conversion drops, channel attribution, realtime activity, report requests, and measurement configuration.
github: "https://github.com/nowork-studio/notfair-plugin/tree/main/analytics/google-analytics"
language: TypeScript
stars: 3365
forks: 420
install: "npx degit https://github.com/nowork-studio/notfair-plugin/tree/main/analytics/google-analytics ~/.claude/skills/google-analytics"
installs_to: ~/.claude/skills/google-analytics
source_path: analytics/google-analytics/SKILL.md
collection_size: 25
category_size: 668
collection_url: "https://dirskills.com/collections/nowork-studio/notfair-plugin"
added: 2026-08-17T07:08:15.872Z
last_synced: 2026-08-17T07:08:15.872Z
canonical_url: "https://dirskills.com/skills/google-analytics"
---

# Google Analytics

Google Analytics analyzes connected Google Analytics 4 traffic, acquisition, engagement, landing pages, ecommerce, events, and conversions through NotFair MCP. Use it to diagnose traffic or conversion drops, channel attribution, realtime activity, report requests, and measurement configuration.

**Install:**

```bash
npx degit https://github.com/nowork-studio/notfair-plugin/tree/main/analytics/google-analytics ~/.claude/skills/google-analytics
```

## README

# Google Analytics

Read `../shared/operating-contract.md`. Use the `google_analytics_` tools on the universal NotFair MCP as the source of truth.

## Select the property and question

1. Resolve `~~google-analytics` to the actual GA4 connector and inspect its current tools. Confirm access with `listProperties` or the equivalent harmless property-list read.
2. Select the exact `properties/123456789` resource returned by the connector. Never substitute a `G-` measurement ID or Google account ID.
3. 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

Use `runScript` for multi-report analysis and correlation. Fan out the smallest useful set of reports across channel, source/medium, campaign, landing page, device, geography, or event; use the typed `runReport`, realtime, or metadata reads for a single narrow task.

- 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 only dedicated mutation tools 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.
- Never wrap a mutation in `runScript`.
- 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.
