Skip to content
← All terms

Glossary · Analytics & web

Unique visitors

Unique visitors counts distinct people (or devices) visiting a site over a period, as opposed to pageviews, which counts every page load — the same visitor loading ten pages is one unique visitor and ten pageviews.

Cookie-based analytics tools count uniqueness by reading back a persistent visitor ID: if the same cookie value shows up twice, it is the same visitor. That approach is precise when the cookie survives, but it fails silently whenever it doesn’t — private browsing, cookie clearing, cross-device visits, or consent rejection all inflate the unique count by turning one real person into several apparent ones.

Cookieless tools cannot read back a stored ID, so they estimate uniqueness from request-level signals over a bounded window instead of maintaining a durable per-visitor profile. This trades some precision for not requiring any persistent identifier — the count is an aggregate estimate, not a guarantee that no two counted visits came from the same person.

Ciphera Pulse reports unique visitor counts using privacy-preserving counting that avoids cookies, fingerprinting, and long-lived per-visitor identifiers.

See also

Related terms