Overview
Pageview analytics provide insights into which pages users visit, how they navigate through your site, and how long they spend on each page.Query Types
Top Pages
Get the most visited pages ranked by pageviews and visitors. Query Type:top_pages
The page path (e.g.,
/home, /about).Total number of page views.
Number of unique visitors to this page.
Percentage of total traffic (0-100).
Entry Pages
Analyze which pages users first land on when visiting your site. Query Type:entry_pages
The entry page path.
Number of sessions that started on this page.
Unique visitors who entered through this page.
Percentage of total entry traffic.
Exit Pages
Identify pages where users most commonly leave your site. Query Type:exit_pages
The exit page path.
Number of sessions that ended on this page.
Unique visitors who exited from this page.
Percentage of total exit traffic.
Page Performance
Analyze average time spent on each page along with visitor counts. Query Type:page_performance
The page path.
Total page views.
Average time spent on page in seconds.
Unique visitors.
Page Time Analysis
Detailed analysis of time spent on pages with median time calculations and quality filters. Query Type:page_time_analysis
The page path.
Number of sessions with valid time measurements (excludes bounces and outliers).
Unique visitors with time data.
Median time spent on page in seconds (more reliable than average).
Percentage of total visitors.
Filters
Pageview queries support the following filters:Filter by page path (supports
contains, starts_with, etc.).Filter by URL query parameters.
Filter by visitor country code (e.g.,
US, GB).Filter by device type (
desktop, mobile, tablet).Filter by browser (e.g.,
Chrome, Safari, Firefox).Filter by operating system.
Filter by referrer URL.
Filter by UTM source parameter.
Filter by UTM medium parameter.
Filter by UTM campaign parameter.
Filter Example
Get top pages for US mobile visitors:Combined Query Example
Get multiple pageview metrics in a single request:Notes
- Page paths are automatically normalized (trailing slashes removed, decoded)
- Root path is represented as
/ - Time calculations exclude invalid data (bounces, very short visits, or outliers over 1 hour)
- Median time is generally more reliable than average for time analysis
- Session attribution automatically applies UTM parameters and referrer data to all pages in a session