How to Check Page Views in Google Analytics 4

Cody Schneider7 min read

Finding the number of views for a specific page is one of the most fundamental tasks in web analytics, but Google Analytics 4 handles it a bit differently than its predecessor. Don’t worry, the information is still there - you just need to know where to look. This article will show you exactly how to find your total page views, see the view count for individual pages, and build simple custom reports to get more context.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

What 'Page Views' Means in GA4

First, let's clear up some terminology. In Universal Analytics (the older version), the metric was called "Pageviews." In GA4, the same concept is now called "Views." It’s a subtle but important change to remember as you navigate the new interface.

Both metrics measure the same thing: the total number of times a page on your website was loaded or reloaded by a user. Every time the GA4 tracking code fires on a page, it logs a page_view event, and the total count of these events becomes your "Views" metric.

Even though GA4 focuses heavily on events and users, keeping an eye on views is still essential for understanding:

  • Content Popularity: Quickly identify which articles, blog posts, or product pages are attracting the most attention.
  • User Behavior: See which pages users visit most frequently in their journey through your site.
  • Campaign Performance: Check if a marketing campaign is successfully driving traffic to a specific landing page.
GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

How to Find Your Website's Total Page Views

If you just need a quick, high-level number for your entire site’s views, the fastest way is to go straight to the Events report.

Here’s how to do it step-by-step:

  1. From the GA4 home screen, navigate to the left-hand menu and click on Reports.
  2. Under the Engagement section, click on Events.
  3. You'll see a table listing all the events collected on your website. Look for the event named page_view.
  4. The number in the "Event count" column for the page_view row is your website's total number of views for the selected date range.

That's it. It’s a simple way to get a bird's-eye view of your site's overall traffic volume.

How to See Views for Specific Pages

More often than not, you'll want to know how many views a specific blog post, landing page, or product page is getting. GA4 has a dedicated report for exactly this purpose.

Follow these steps to find performance data on a page-by-page basis:

  1. In the left-hand navigation, go to ReportsEngagement.
  2. Click on Pages and screens.

You are now looking at the core report for page-level analysis. The first column, "Page title and screen name," lists your pages by their HTML title tag. The "Views" column right next to it shows the total views for each page. You can sort this column from highest to lowest to instantly see your most popular content.

A Quick Tip: View by URL Instead of Page Title

Sometimes, page titles can be long, similar, or not very descriptive, making your report hard to read. Viewing by the URL slug (e.g., /blog/my-awesome-post) is often much cleaner.

To change this, simply click the small down arrow next to "Page title and screen name" at the top of the first column and select "Page path and screen class." The report will update to show you the URL paths, which are often much easier to scan and identify.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Creating a Custom Report for Deeper Analysis

What if you want to see not just how many views a page got, but also where those views came from? For instance, how many views on your new blog post came from Organic Search versus Social Media?

The standard reports don't show this, but you can build a simple custom report in the "Explore" section to get these valuable insights. It sounds more intimidating than it is!

Here's how to create a useful "Page Views by Channel" report:

  1. In the left menu, click on Explore and then choose Blank exploration.
  2. Give your exploration a name, like "Page Views by Traffic Source."
  3. In the Variables column on the left, next to "DIMENSIONS," click the + button.
  4. Now, in the same Variables column, next to "METRICS," click the + button.
  5. You've now gathered your building blocks. It’s time to assemble your report in the Tab Settings column.

Instantly, a table will appear on the right. Now, in a single view, you can see each page's URL slug in the rows and the traffic channels in the columns. The numbers in the table show exactly how many views each page received from sources like Organic Search, Direct, Paid Search, and Social. This level of detail helps you understand which marketing channels are most effective at driving traffic to specific types of content.

How to Compare Page Views Over Time

Seeing your most popular content is good, but identifying which content is trending up or down is even better. You can do this easily in the standard "Pages and screens" report.

  1. Navigate back to ReportsEngagementPages and screens.
  2. In the top-right corner of the screen, click on the date range.
  3. Select the date period you want to analyze first (e.g., "Last 28 days").
  4. At the bottom of the date-picker module, toggle the "Compare" switch on.
  5. Select the period you want to compare against (e.g., "Previous period").
  6. Click Apply.

The report table will now include two new columns showing the absolute change in views and, more importantly, the percentage change. By sorting this column, you can quickly find articles that are gaining momentum or pages that are losing traffic and might need an update or more promotion.

GraphedGraphed

Still Building Reports Manually?

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

Watch Graphed demo video

Things to Watch Out For

If your numbers look unusual, here are a few common things to double-check:

  • Page Views vs. Users: Remember, "Views" is the total number of times a page was loaded. "Users" is the number of distinct individuals who visited. One user can generate many views. Don't confuse the two.
  • Filters and Comparisons: A common mistake is leaving a filter or a comparison active from a previous analysis. If your data feels off, always check the top of the report to make sure you're not unintentionally filtering your view.
  • (not set): If you see a value of (not set) in your report, it often indicates a technical issue where a page_view event was fired, but the page path or title information was not sent along with it. This can happen due to page redirects or a non-standard tracking implementation.

Final Thoughts

Finding your page views in Google Analytics 4 is straightforward once you know your way around the navigation and terminology. Whether you need a quick site-wide total from the Events report or page-specific data from the Pages and screens report, the insights are just a few clicks away. For even more powerful analysis, don't be afraid to experiment with the Explore section to combine views with other dimensions like traffic sources or device types.

Manually running these reports on a regular basis can become tedious, especially when you’re pulling data from multiple sources like Google Analytics, your ad platforms, and your CRM. We built Graphed to solve this problem by connecting all your data sources in one place. You can ask for reports in simple, natural language - like "Show me my top 10 blog posts from organic search last month" or "Create a dashboard of my traffic and conversions" - and get a live, automated dashboard in seconds, freeing you up to act on the insights instead of just gathering them.

Related Articles