---
title: "What is Pageview? Definition & Examples | Kitbase"
description: "A recorded instance of a user loading or viewing a specific page in a website or application."
canonical: https://kitbase.dev/glossary/pageview
---

[Home](/) [Glossary](/glossary) Pageview

Analytics

# What is Pageview?

A recorded instance of a user loading or viewing a specific page in a website or application.

A pageview is the most fundamental web analytics metric. It is recorded each time a user loads a page in their browser, and it forms the basis for understanding traffic patterns, popular content, and user navigation paths.

In single-page applications (SPAs), pageviews are tracked differently than in traditional multi-page sites. Since SPAs don't perform full page reloads, analytics tools use the History API or route change listeners to detect virtual pageviews when the URL or view changes.

Pageview data typically includes the URL, page title, referrer, timestamp, and basic device information. When combined with session data, pageviews reveal user journeys through your product.

## Example

A SaaS dashboard tracks pageviews to understand which features users visit most. The data shows that 70% of sessions include the /analytics page but only 12% visit /settings, helping the team prioritize dashboard improvements.

## Related Terms

[

Event Tracking

The process of recording specific user interactions and actions within a website or application for analysis.

](/glossary/event-tracking)[

Session

A group of user interactions within a given time frame, representing a single visit to your website or app.

](/glossary/session)[

Bounce Rate

The percentage of visitors who leave your site after viewing only one page without any further interaction.

](/glossary/bounce-rate)

## Track events with Kitbase

Capture custom events, analyze user behavior, and build funnels — all with a lightweight, privacy-friendly SDK.

[Explore Event Tracking](/event-tracking)
