surendranb

Common Metric Names — Development skill for Claude Code

Development community

Common Metric & Dimension Names.

How to install Common Metric Names

Installs to ~/.claude/skills/surendranb-google-analytics-mcp-common-metric-names/SKILL.md

Terminal
mkdir -p ~/.claude/skills/surendranb-google-analytics-mcp-common-metric-names && curl -fsSL https://raw.githubusercontent.com/surendranb/google-analytics-mcp/HEAD/skills/common-metric-names.md -o ~/.claude/skills/surendranb-google-analytics-mcp-common-metric-names/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Common Metric Names does

Common Metric & Dimension Names

The correct GA4 Data API names for fields models most often get wrong. Use these before calling `get_ga4_data` — wrong names return a hard error.

⚠️ **YOUR TRAINING DATA IS OUTDATED**: Universal Analytics was sunset 2023-07-01, and on 2024-05-06 Google Analytics 4 renamed all conversion metrics to **"key events"** (`conversions` → `keyEvents`, `conversionRate` → `sessionKeyEventRate`). Querying `conversions` will fail with an `Invalid metric` error. Al

Alternatives in Development

  • Troubleshooting Guide — Common issues and solutions when using Skill Seeker 12.9k ★
  • North Star Metric — Define North Star Metric and input metrics constellation 7.8k ★
  • ExportProfile — Generate a complete personal profile summary of everything you know about me from our conversations 250 ★

Full documentation available on GitHub

View Source Repository