Exit page dimension
Exit page is the dimension that records the last page a visitor viewed before a session ended. In classic page-based analytics it was a first-class dimension with explicit exits and exit rate. GA4, being event-based, has no native 'exit page' dimension — it is reconstructed from the last page_view in a session. Either way, an exit is not inherently a problem: every session ends somewhere.
What this means
The exit page is the final page viewed before a session ends — by inactivity timeout, by closing the tab, or by leaving the site. In classic (Universal Analytics-style) tools, exits and exit rate were native page metrics, computed because the model was page-centric.
GA4's model is event-centric: there is no automatic exit-page dimension. You reconstruct it by finding the last page_view per session, typically via exploration or the BigQuery export.
- Exit page = last page_view in a session
- Classic analytics had native exits / exit rate
- GA4 requires reconstructing it from event order
Why exits are not failures
Every session ends on some page, so exits are not bad by definition. The interpretive skill is separating expected exits from problematic ones: an order-confirmation, a logout, or a 'thank you' page should have high exits — that is success. A checkout step or an article series mid-flow with high exits is a different story.
Exit page is distinct from bounce: a bounce is a single-interaction session, while an exit page can be the end of a long, engaged journey. Read them together, not interchangeably.
- Confirmation/logout pages exit by design
- Mid-funnel exits are the ones to investigate
- Exit page differs from bounce (single-interaction)
How it appears in analytics and logs
An exit page is simply the last page of a session. A high exit count on a thank-you or logout page is expected; a high exit count mid-funnel is the signal worth investigating, not exits in general.
Diagnostic use case
Use exit page to find where sessions end, distinguishing expected endpoints (confirmation pages) from leaks, while reconstructing it in GA4 rather than expecting a built-in dimension.
What WebmasterID can help detect
WebmasterID orders first-party events within a session, so the last-page-in-session can be derived without third-party cookies or cross-site tracking.
Common mistakes
- Treating all high-exit pages as problems.
- Expecting a built-in exit-page dimension in GA4.
- Conflating exit page with bounce rate.
Privacy and accuracy notes
Exit page is the last page in a session, derived from event order, not from identity. WebmasterID reconstructs it first-party without any personal data.
Related pages
- Landing page dimension
The landing page dimension records the first page a visitor saw in a session — the entry point. GA4 derives it from the page_path (and optional query string) of the session's first page_view event. It is a session-scoped dimension, so pairing it with hit-scoped metrics, or ignoring how query parameters split the same page, are the usual ways it misleads.
- Page path dimension
The page path dimension is the path portion of a viewed URL — /blog/post — excluding the hostname and, by configuration, the query string. GA4 derives it from the page_location of each page_view. It is hit-scoped, so it counts every view of a page, and the most common pitfall is query strings (utm_*, session IDs) fragmenting one logical page into many distinct paths.
- Bounce rate: definition and why it misleads
Bounce rate is the percentage of sessions with only one interaction. Its definition shifted: classic tools counted single-pageview sessions; GA4 derives it from engaged sessions instead. A high bounce rate is not inherently bad — for a single-answer page it can mean success — which is why context matters more than the number.
- Web analytics
Reconstruct session endpoints from first-party events.
Sources and verification notes
- Google Analytics Help — [GA4] Universal Analytics vs GA4 dataNotes that GA4's event model lacks native exit-page metrics; reconstruction needed.
- Google Analytics Help — [GA4] Dimensions and metricsReference for page_view-based dimensions used to derive exit page.
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.