analytics-tracking

Set up and optimize website and app analytics tracking with GA4 and GTM.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/ilanf23/trusted-deal-navigator --skill analytics-tracking-ilanf23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analytics-tracking
Source: https://github.com/ilanf23/trusted-deal-navigator/tree/main/.claude/skills/analytics-tracking
Command: npx skills add https://github.com/ilanf23/trusted-deal-navigator --skill analytics-tracking-ilanf23

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gtag.js, dataLayer, Google Tag Manager, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the setup and management of analytics tracking systems to deliver actionable insights for marketing and product teams.

Core Features & Use Cases

  • Tracking Planning & Strategy: Develops comprehensive event and property structures aligned with business goals.
  • Implementation Guidance: Provides detailed instructions for GA4, GTM, UTM parameters, and privacy compliance.
  • Use Case: A company launches a new feature and needs to track user interactions to optimize UX and conversion funnels.

Quick Start

Use the analytics-tracking skill to set up event tracking for user signups and feature usage on the website.

Frequently Asked Questions about analytics-tracking

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

FAQPage Schema
How do I set up GA4 event tracking for user signups and feature usage?

To set up GA4 event tracking, you must define a tracking plan mapping business goals to events, implement the tags via Google Tag Manager, and push event data through the dataLayer. This ensures accurate measurement of user interactions.

What's the best way to create a tracking plan for marketing analytics?

A tracking plan structures your analytics by defining specific events and properties aligned with business goals. It documents what user interactions to measure, ensuring your GA4 and GTM setup captures actionable data for conversion optimization.

Do I need Google Tag Manager to implement a GA4 tracking plan?

You need Google Tag Manager to deploy GA4 events efficiently without hard-coding gtag.js snippets on every page. It manages tag firing rules through the dataLayer, maintaining data quality and simplifying debugging protocols.

How do I ensure privacy compliance when implementing website analytics tracking?

Privacy compliance in analytics tracking requires configuring consent modes within GTM and adjusting gtag.js initialization. This ensures data collection respects user preferences while maintaining measurement continuity for marketing decisions.

Why does my GA4 data quality fail during conversion funnel debugging?

Data quality fails when events bypass the dataLayer or GTM triggers misfire. Establishing debugging protocols to validate gtag.js payloads and UTM parameters ensures accurate conversion tracking and reliable marketing insights.

What UTM parameter strategy should I use for GA4 campaign tracking?

A UTM parameter strategy standardizes naming conventions for source, medium, and campaign fields appended to URLs. This maintains data quality in GA4 by accurately attributing traffic and conversions to specific marketing efforts.