google-tracking

Manage GTM containers, GA4 configurations, and live tag scanning for pages.

11|4|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/leadgenjay/claude-skills --skill google-tracking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-tracking
Source: https://github.com/leadgenjay/claude-skills/tree/main/skills/google-tracking
Command: npx skills add https://github.com/leadgenjay/claude-skills --skill google-tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamline and secure the setup, validation, and ongoing management of Google tracking (GTM, GA4, and related pixels) across pages, reducing misconfigurations and data gaps.

Core Features & Use Cases

  • GTM container management and GA4 configuration inside a GTM-first workflow
  • Live tag scanning and audit capabilities to verify tag presence on pages
  • Custom head/body script handling with safe parsing and deployment
  • Admin UI integration for settings, with server-side analytics data access via GA4 Data API
  • Use Case: an admin wants to audit tracking coverage across a site and fix missing GA4 tags

Quick Start

Configure GTM in the admin settings, leave standalone GA4 disabled if using GTM, and verify tag coverage using the Website Tracking tab.

Frequently Asked Questions about google-tracking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure GTM and GA4 integration using a GTM-first strategy?

To configure GTM and GA4 integration, set up the GTM container in your admin settings and leave standalone GA4 disabled. This GTM-first workflow ensures all analytics tags are managed centrally, reducing misconfigurations and data gaps across pages.

What is the best way to audit tracking coverage and find missing GA4 tags?

The best way to audit tracking coverage is using live tag scanning capabilities. This feature verifies tag presence on pages, allowing you to quickly identify and fix missing GA4 tags or misconfigured pixels across your site.

How do I safely add custom head and body scripts for web tracking?

You can safely add custom head and body scripts using a flexible script parsing system. This system handles safe parsing and deployment of your tracking code, ensuring scripts are injected correctly without breaking page rendering.

Can I query GA4 analytics data server-side without client-side tags?

Yes, you can query GA4 analytics data server-side using the GA4 Data API. This integration provides server-side analytics data access directly from your admin UI, independent of client-side tag execution.

Does Google tracking management work across multiple projects and environments?

Yes, Google tracking management supports querying analytics data and auditing tag coverage across multiple projects and environments. The system applies admin setups and debugging tracking issues globally.

Why are my GA4 events not firing when using Google Tag Manager?

GA4 events may not firing due to GTM container misconfigurations or missing tags on specific pages. Use the Website Tracking tab to verify tag presence and run live tag scanning to debug tracking issues.