Unique visitors vs pageviews vs sessions
These three are easy to confuse, so it helps to hold them apart:- Pageview — one page load. Every time a page is rendered, that’s a pageview. Reloading the same page counts again.
- Session — one continuous visit by one person. A session groups together the pageviews and events a visitor produces in a single sitting. When the visitor comes back later, that’s a new session.
- Unique visitor — one distinct person, counted once no matter how many sessions or pageviews they generate in the range.
Bounce rate
Bounce rate is the percentage of sessions that contained only a single pageview — the visitor arrived and left without going any further. It’s computed per session, not per visitor. A high bounce rate can signal a weak landing page, or it can simply mean the page answered the question in one view.Views per visit and session duration
- Views per visit is pageviews divided by sessions — the average number of pages seen in a single visit.
- Session duration is the average length of a session. Very short single-page sessions pull it down; deep multi-page visits pull it up.

