How to Find Unique Page Views in Google Analytics 4

Cody Schneider6 min read

Finding unique page views in Google Analytics 4 isn’t as straightforward as it used to be. The metric you knew and loved from Universal Analytics, "Unique Pageviews," doesn't exist anymore in GA4. This article will show you how to find the new equivalent metrics. We'll walk through how to locate this data in the standard reports and how to build a custom Exploration for a deeper analysis.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

The Big Shift: From "Unique Pageviews" to "Users"

Universal Analytics (UA) was built around sessions. A "Unique Pageview" was a session-based metric that counted all views of a specific page within a single session as just one. If someone visited your homepage, clicked to your blog, and then clicked back to the homepage all in one visit, UA counted that as one unique pageview for the homepage.

Google Analytics 4 operates on an event-based model, which changes everything. Instead of tracking sessions and pageviews as separate hit types, GA4 treats almost everything, including a page view, as an "event." This new structure gives you more flexible ways to analyze user behavior without being locked into session-based definitions.

Here are the GA4 metrics that replace the old "Unique Pageviews":

  • Views: This is the direct replacement for "Pageviews" in Universal Analytics. It's the total number of times a page was viewed. If a user visits a page five times, it will count as five Views.
  • Users (or Active users): This is the closest successor to "Unique Pageviews," but with a crucial difference. It counts the number of distinct users who viewed a page over a given date range. This metric measures your reach - how many individual people saw your content - rather than how many unique sessions included that page.

The key takeaway is a shift in mindset: GA4 encourages you to think about unique users rather than unique sessions.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

Finding Unique Page Data in Standard GA4 Reports

For a quick, high-level overview of page performance, the standard reports in GA4 are your best starting point. This is where you'll find the primary Views and Users metrics for each page on your website.

How to Use the "Pages and screens" Report

The "Pages and screens" report is the most direct place to view this information. Follow these steps to access it:

  1. From the left-hand navigation menu in Google Analytics, click on the Reports icon (it looks like a small bar chart).
  2. In the menu that appears, navigate to EngagementPages and screens.
  3. You will see a table that lists your site's pages. The primary dimension is usually set to "Page title and screen class," which shows you the title designated in your page's HTML <title>, tag.

In this table, you'll see several important columns:

  • Views: The total number of times each page was loaded or reloaded.
  • Users: This column shows you the total number of unique users who viewed each specific page during your selected date range. This is GA4's version of a unique count.
  • Views per user: An informative metric calculated by dividing Views by Users. It helps you understand if users are returning to the same page multiple times.
  • Average engagement time: This metric shows the average time the page was the primary focus in a user's browser.

Pro Tip: Switch to "Page path" for Clearer URLs

Sometimes, tracking by "Page title" can be confusing, especially if multiple pages share the same title or if you've recently updated your titles. For a cleaner view based on the actual website URL, you can change the primary dimension.

Click the small down-arrow next to "Page title and screen class" at the top of the first column in the table. From the dropdown menu, select Page path and screen class. Now, the table will show you the URL path for each page (e.g., /blog/my-latest-post or /products/new-widget), making it much easier to identify specific pages.

For a Deeper Dive: Creating a Custom Exploration Report

Standard reports are great for overview dashboards, but what if you need more detail? Perhaps you want to get a metric closer to the old session-based "Unique Pageviews." For this level of flexibility, you need to use the Explorations feature in GA4.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

Why Use Explorations?

Explorations are where GA4's true power lies. Unlike the pre-built standard reports, Explorations let you drag and drop different dimensions and metrics to build a completely custom report. You can combine data in ways that standard reports don't allow, helping you uncover more specific insights.

Step-by-Step Guide to Your Custom "Unique User" Report

Let's build a simple free-form Exploration report to analyze page views by unique users.

  1. Go to the Explore section in the left-hand menu (the icon with connecting dots).
  2. Click on Blank exploration to start a new report from scratch.
  3. Give your exploration a name, such as "Page Views by Users."

Voilà! The report canvas on the right will now populate with a custom table that is almost identical to the standard report but gives you more freedom to add filters, create visualizations, and further analyze your data. This table clearly shows the page path ("URL slug"), the total Views, and the number of Active users for that page.

GraphedGraphed

Still Building Reports Manually?

Watch how growth teams are getting answers in seconds — not days.

Watch Graphed demo video

Bonus Technique: Finding "Sessions," the New "Unique Pageview"

For those who really miss the old session-based metric, there's good news. You can create a metric in an Exploration that functions very similarly to UA's "Unique Pageviews": the number of unique sessions in which a page was viewed.

Just follow the same steps for building an exploration, but when adding your metrics, include Sessions alongside Views and Active users.

  • In the Variables panel, go to Metrics and click the + icon.
  • Search for and import Sessions.
  • Drag the Sessions metric into the Values box along with Views.

Now your report will show you:

  • Views: The total number of page hits.
  • Sessions: The number of sessions that included at least one view of that page. This is the closest metric you can get to Universal Analytics' "Unique Pageviews."

This is a particularly powerful view because it tells you how often a page initiates or is a key part of a user's journey. A high number of Sessions compared to Views on a product page, for instance, could indicate that many different users find that page interesting, not just a few dedicated users returning to it over and over.

Final Thoughts

Understanding page views in Google Analytics 4 is all about shifting your perspective from the old session-based model to the new, more flexible user-and-event-based framework. Whether you use the standard "Pages and screens" report for a quick user count or build a custom Exploration to analyze session-level data, GA4 provides the tools you need to understand how many people see your content.

Of course, building these reports and digging through menus can still be a repetitive, time-consuming task, especially when you just need a quick answer. That's why we've designed Graphed to simplify the entire process. By securely connecting to your Google Analytics account, we let you skip the report-building entirely. You can simply ask a question in natural language - like, "Show me my top 10 pages by view counts and unique users last month" - and instantly get a real-time dashboard with the answer, letting you get straight to the insights.

Related Articles