WebmasterID logoWebmasterID
Event tracking

The sign_up event

sign_up is a GA4 recommended event that fires when a visitor creates an account. It carries a method parameter naming the registration mechanism, such as 'Google', 'email', or 'Apple'. It is a key activation event for products with accounts, marking the move from anonymous visitor to registered user — distinct from logging in, which returning users do repeatedly.

Verified against primary sources

What this means

sign_up is a GA4 recommended event for user registration. It fires once when a visitor completes account creation, and its `method` parameter names how they signed up — 'email', 'Google', 'Apple', and so on. GA4 reports it as a standard event you can mark as a key event/conversion.

It captures activation: the point where someone commits enough to create an account.

Sign up versus log in

Keep sign_up (first-time account creation) separate from login (returning authentication); conflating them inflates either metric. Comparing method values shows which registration paths people prefer and whether any option is underperforming or failing. Record only the method, never the credentials — usernames, emails, and passwords must never enter analytics.

How it appears in analytics and logs

A sign_up event means a new account was created. The method parameter shows which registration option people choose; a rarely-used method may be broken or poorly placed.

Diagnostic use case

Mark account creation as an activation milestone and compare sign-up methods to see which registration paths convert best.

What WebmasterID can help detect

WebmasterID can record sign-up events first-party with the method label, so registration is measurable without storing account identifiers.

Common mistakes

Privacy and accuracy notes

sign_up should record that an account was created and the method used, not the username, email, or any credential. 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.