Topic: Tracking Quality

Tracking debugger walkthrough

Last updated: 2026-05-12 · 1 min read

Tracking debugger walkthrough

The tracking debugger in GA4 Auditor shows you exactly which events are arriving in your property right now.

Getting started

Open the tracking debugger in the dashboard under "Live Check". You will see a live list of incoming events per stream.

If your tracking runs in Consent Mode v2, watch for gtag('consent') calls before each event. Without consent, events are still sent to Google but won't be counted.

DataLayer basics

The DataLayer collects structured events. GA4 Auditor reads the DataLayer and validates the events against the GA4 spec.

Open this help inside the app →

Related help