WebmasterID logoWebmasterID
Event tracking

Automatically collected events

Automatically collected events are events GA4 logs by default once the tag or SDK is present, without you instrumenting them — first_visit, session_start, user_engagement, and app lifecycle events among them. They are distinct from enhanced measurement (auto web-interaction events you toggle) and from recommended/custom events you send yourself. Knowing what is automatic prevents you from re-instrumenting events GA4 already provides.

Verified against primary sources

What counts as automatic

Once GA4 is installed, certain events are logged without configuration: web events like first_visit, session_start, and user_engagement, plus app lifecycle events such as first_open and app_update. Google maintains the list in its Help Center. These exist so every property has a baseline of session and lifecycle data regardless of how much custom instrumentation you add.

Three tiers, not one

GA4 events fall into tiers: automatically collected (default, no setup), enhanced measurement (web interactions you switch on like scrolls and outbound clicks), and recommended/custom events you implement. The common error is treating all events as something you must send — re-instrumenting session_start, for example, creates duplicates. Map each event you care about to its tier before adding code.

How it appears in analytics and logs

Seeing first_visit or session_start you never coded is normal — they are automatically collected; a custom copy of one would double-count.

Diagnostic use case

Avoid duplicating events GA4 already logs by knowing which are automatically collected, and rely on them for baseline session and lifecycle reporting.

What WebmasterID can help detect

WebmasterID's first-party model emits its own baseline signals; the GA4 automatic-event taxonomy is documented here for comparison and migration.

Common mistakes

Privacy and accuracy notes

Automatically collected events still follow your consent and data settings. Being automatic does not make them exempt; configure collection responsibly. 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.