Help Center / Reading the dashboard / Pages
06.4 · Pages
Per-page performance, the paths visitors take to reach each page, and how far down they scroll once they arrive.
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.
| Column | Definition |
|---|---|
| Page Views | Total views of this page across all sessions. |
| Entrance % | % of sessions that started on this page. |
| Exit % | % of sessions that ended on this page. |
| Bounce | Share 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 Page | Average 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 Rate | Interaction 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.
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.
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.