Demo Modules Data Model Compare Pricing FAQ Help Dashboard Get Started

Help Center / Reading the dashboard / Pages

06.4 · Pages

Which pages work, and how visitors move between them.

Per-page performance, the paths visitors take to reach each page, and how far down they scroll once they arrive.

What it shows

Pages section with page views trend, pages performance table, and previous page table
Per-page performance plus the previous-page table showing how visitors move.

Four KPIs (Page Views, Pages per Session, Sessions, Bounce Rate), a Page views over time trend, the Pages performance table, the Previous page table, and Scroll depth by page.

What the numbers mean

ColumnDefinition
Page ViewsTotal views of this page across all sessions.
Entrance %% of sessions that started on this page.
Exit %% of sessions that ended on this page.
BounceShare of sessions that entered on this page and left without further engagement. Pages that were never an entry page show a dash instead of a value.
Avg Time on PageAverage time visitors spend on this page before navigating away, derived from event-gap deltas (capped at 30 minutes). Pages with no engagement event activity show a dash instead of a value.
Page Interaction RateInteraction events on this page divided by pageviews of this page. Answers "which page is most interactive?".

The Previous page table shows the transitions into each page, useful for spotting the paths visitors actually take. Scroll depth by page shows the average scroll depth per page, tracked once per pageview.

How the filters apply

The section respects the global filters, and page rows are clickable: click a page to scope the section's trend and tables to just that page; click again to clear. The header also has a global Page filter that narrows every section to one page.

Documented exception: the Previous page table shows full-window values when a global dimension filter is active, because its transition data is not loaded client-side for regrouping. A caveat note appears above the table whenever that happens.

How to implement it

Everything here comes from the automatic page-view and scroll-depth modules: page views fire on load using document.title (brand suffixes are stripped), and on single-page apps the SDK hooks the History API and fires again on each route change. Scroll depth fires at 25 / 50 / 75 / 90 / 100%, once per page view. See tracking modules for the details and the init options.

Previous← Traffic & Acquisition NextContent & Interactions →