WebmasterID logoWebmasterID
Analytics dimensions

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.

Verified against primary sources

What this means

The landing page is the entry point of a session: the page_path of the first page_view GA4 attributes to that session. It answers 'where did this visit start?' and is the natural unit for judging acquisition pages, ad destinations, and SEO entry points.

Because it is session-scoped, it pairs cleanly with session and user metrics (sessions, engaged sessions) but mixes awkwardly with hit-scoped metrics that count every pageview.

Where it breaks

If query strings are kept, the same page arrives as many distinct landing pages — /post and /post?utm_source=x are different rows. Redirects can also shift the recorded entry point to the redirect target. In GA4 a session with no page_view (an app or event-only session) may show '(not set)' for landing page.

How it appears in analytics and logs

A landing page value is the first page_view of a session. Many near-duplicate landing pages usually means query strings (utm_*, fbclid) are being kept in the path, fragmenting one page into many rows.

Diagnostic use case

Use landing page to evaluate entry points and acquisition pages, while keeping its session scope in mind and deciding whether query strings belong in the value.

What WebmasterID can help detect

WebmasterID captures the session's first page first-party and can normalise query strings, so a single landing page is one row rather than a long tail of tagged variants.

Common mistakes

Privacy and accuracy notes

Landing page is a URL path, not a person. WebmasterID records it first-party and can strip identifying query parameters before the path is stored.

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.