ga4-debugview

Validate GA4 DebugView events, parameters, and configurations.

77|9|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/henkisdabro/claudecode-marketplace --skill ga4-debugview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ga4-debugview
Source: https://github.com/henkisdabro/claudecode-marketplace/tree/main/ga-suite/skills/ga4-debugview
Command: npx skills add https://github.com/henkisdabro/claudecode-marketplace --skill ga4-debugview

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill centralizes debugging and validation of GA4 implementations, covering DebugView, Preview mode, and real-time checks to quickly identify issues.

Core Features & Use Cases

  • DebugMode Enablement: Setup DebugView via browser extension, URL param, or config.
  • Event Validation: Validate page_view, session_start, and custom events with parameter checks.
  • Troubleshooting Workflows: Step-by-step guides for common issues and quick fixes.

Quick Start

Enable DebugView for your GA4 property, trigger events on your site, and review parameter details for accuracy in the DebugView panel.

Frequently Asked Questions about ga4-debugview

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

FAQPage Schema
How do I enable DebugView to test my GA4 implementation?

Enable DebugView by installing the GA4 DebugView browser extension, adding a URL parameter to your site, or configuring it in your gtag setup. Once enabled, DebugView displays real-time event data in a dedicated panel where you can inspect parameters and user properties as they fire.

What events and parameters should I validate in GA4 DebugView?

Validate core events like page_view and session_start, plus any custom events specific to your workflow. Check that all parameters are present, match expected data types, and contain correct values—especially critical for e-commerce and cross-device tracking.

Why are my GA4 events missing or duplicating in DebugView?

Missing or duplicate events typically result from gtag or GTM misconfiguration, incorrect event naming, or parameter issues. DebugView helps identify these by showing exactly which events fired and their parameters, allowing you to trace configuration errors back to their source.

Can I use DebugView with Google Tag Manager for GA4 validation?

Yes. DebugView works with GTM-based GA4 implementations. Enable debug mode in both GTM's preview environment and GA4 DebugView to validate that GTM tags correctly trigger events and pass parameters to GA4.

How do I troubleshoot cross-device GA4 events in real-time?

Use DebugView's real-time monitoring to watch events fire across devices as they occur. Compare event sequences and user properties across sessions to detect breaks in cross-device tracking caused by User-ID or consent misconfigurations.