Unique Visitor

A unique visitor is a single person who visits your website during a given time period, counted once regardless of how many times they return.

A unique visitor represents one individual person visiting your website within a specific time period (usually a day, week, or month). If someone visits your site five times in a week, they count as one unique visitor but five sessions.

Unique visitors are tracked using browser cookies, device fingerprints, or authenticated user IDs. No method is perfect — a person visiting from their laptop and phone may be counted as two unique visitors.

Unique Visitors vs. Sessions vs. Pageviews

MetricWhat It CountsExample
Unique visitorsIndividual people1 person visiting 3 times = 1 unique visitor
SessionsIndividual visits1 person visiting 3 times = 3 sessions
PageviewsIndividual page loads1 person viewing 4 pages per visit x 3 visits = 12 pageviews

These three metrics are often confused but measure fundamentally different things. Mixing them up leads to incorrect conversion rate calculations and flawed test analysis.

Why the Distinction Matters for CRO

The denominator you choose changes your conversion rate:

  • Per-session conversion rate: 300 conversions / 10,000 sessions = 3.0%
  • Per-visitor conversion rate: 300 conversions / 7,500 unique visitors = 4.0%

Neither is wrong, but they answer different questions:

  • Per-session — "What percentage of visits result in a conversion?" Best for measuring page-level performance.
  • Per-visitor — "What percentage of people eventually convert?" Best for understanding the buyer journey when visitors return multiple times before converting.

Unique Visitors in Experimentation

When running A/B tests, variant assignment should be per-visitor, not per-session. If a visitor sees variant A on Monday, they should see variant A again on Wednesday. Switching variants between sessions confuses the visitor and corrupts your test data.

This is typically handled by storing the variant assignment in a cookie or user profile that persists across sessions.

Limitations

  • Cookie deletion — If a visitor clears their cookies, they'll be counted as a new unique visitor on their next visit
  • Cross-device — The same person on their phone and laptop looks like two visitors unless they're logged in
  • Shared devices — Two people using the same family computer look like one visitor
  • Privacy tools — Incognito mode, ad blockers, and tracking prevention create undercounts

Despite these limitations, unique visitors remain the standard unit for measuring audience size and calculating per-person conversion rates.