WebmasterID logoWebmasterID
Event tracking

Reserved and restricted event names

GA4 reserves a set of event names, parameter names, and user-property names for its own use, plus reserved prefixes you cannot start your own names with. Reusing a reserved name (like a built-in event) or a reserved prefix (like ga_, google_, firebase_) causes the event to be dropped or mishandled. Knowing the restricted list keeps your custom events from silently failing.

Verified against primary sources

What this means

GA4 maintains lists of reserved event names (such as the automatically collected and certain built-in events), reserved parameter names, and reserved user-property names that you cannot create yourself. It also reserves prefixes: names beginning with ga_, google_, or firebase_ are off-limits for custom events, parameters, and user properties. Using a reserved name or prefix means GA4 will not record your custom version as intended.

Why it matters

If you name a custom event the same as a reserved one, or start a parameter with a reserved prefix, the platform either ignores it, drops it, or applies its own meaning — and your data quietly never arrives. Because there is no loud error, this is easy to miss for weeks. Check a candidate name against GA4's reserved lists before rolling it out, and prefer clearly custom, descriptive names that cannot collide.

How it appears in analytics and logs

A custom event that never appears in reports may be using a reserved name or prefix — GA4 ignores or overrides those rather than recording your version.

Diagnostic use case

Name custom events, parameters, and user properties safely by avoiding GA4's reserved names and prefixes, so nothing is silently dropped.

What WebmasterID can help detect

WebmasterID's event vocabulary uses clear, non-reserved semantic names, avoiding collisions with platform-reserved identifiers by convention.

Common mistakes

Privacy and accuracy notes

Reserved-name rules are about data integrity, not privacy, but the usual rule still applies: never put personal data in any name regardless of whether it is reserved. This is educational, not legal advice.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.