WebmasterID logoWebmasterID
Analytics dimensions

GA session number dimension

The GA session number dimension records the ordinal of the current session for a user — 1 for their first ever session, 2 for the second, and so on. GA4 derives it from the ga_session_number event parameter, incremented per device/client identity. It is the basis for engagement-by-visit analysis, but it resets whenever the underlying identifier is cleared, so consent and cookie loss inflate the count of session number 1.

Verified against primary sources

What this means

GA session number is the count of sessions GA4 has recorded for the current user identity, exposed via the ga_session_number parameter the SDK sets on each session_start. The first session is 1; each subsequent session increments it.

It powers questions like 'do second-visit users convert more than first-visit users?' by slicing reports along the visit ordinal.

Why it resets

Session number is tied to the client/device identifier. If that identifier is cleared — cookie deletion, a new device, denied analytics consent — GA4 sees a new identity and the counter restarts at 1. So an unexpectedly high share of session number 1 often reflects identity churn rather than genuine new visitors. Interpret it alongside new-vs-returning and consent context.

How it appears in analytics and logs

A session number of 1 marks a first session for that identity. A spike in session number 1 can indicate identity loss (cleared cookies, denied consent), not a surge of new people.

Diagnostic use case

Use session number to study how behaviour changes across a user's first, second, and later visits, or to isolate first-ever sessions.

What WebmasterID can help detect

WebmasterID can reason about visit ordinality from first-party signals while remaining honest that cleared identity legitimately resets the counter.

Common mistakes

Privacy and accuracy notes

Session number is derived per device/client identifier, not a cross-site profile. When identity is reset, the count restarts — a privacy-preserving side effect, not a defect.

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.