WebmasterID logoWebmasterID
Analytics metrics

Unique pageviews vs pageviews

Unique pageviews count how many sessions included at least one view of a given page, collapsing repeat views of the same page within one session into a single count. It was a Universal Analytics metric; GA4 does not report it and uses 'Views' (closer to raw pageviews) instead. Knowing the difference avoids comparing a de-duplicated UA number to a non-de-duplicated GA4 one.

Verified against primary sources

What this means

A pageview counts every load of a page. A unique pageview counts a page only once per session no matter how many times it was loaded in that session. So if a visitor reloads the same article three times in one visit, that is three pageviews but one unique pageview.

Why GA4 dropped it

Unique pageviews was a Universal Analytics concept. GA4's data model is event-based and reports 'Views' (the count of page_view and screen_view events), without a built-in session-level de-duplication metric of the same name. Migrating dashboards that relied on unique pageviews therefore requires rebuilding the de-duplication logic or accepting that GA4 Views behaves like total pageviews.

How it appears in analytics and logs

Unique pageviews tell you reach within sessions, not total loads. A gap between pageviews and unique pageviews signals repeat views of the same page inside single sessions.

Diagnostic use case

Use unique pageviews to gauge how many sessions touched a page at least once, and avoid comparing it to GA4 'Views', which is not de-duplicated the same way.

What WebmasterID can help detect

WebmasterID stores raw page_view events, so you can derive both total and session-deduplicated page counts first-party without third-party cookies.

Common mistakes

Privacy and accuracy notes

De-duplication happens within a session grouping, using event counts rather than personal identity. No personal data is required.

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.