Unique Visitor
Definition
A unique visitor is what is left when you try to collapse many views into one person. The traditional method sets a cookie on the first visit and recognises it on later ones, which can follow someone for months but requires consent under the GDPR and the ePrivacy rules in most of Europe. The cookie-free method, used by privacy-first analytics and by edge counting, derives a short-lived hash from the IP address, the user agent and a salt that is discarded and regenerated every day. That gives a number that is genuinely unique per day and cannot be joined across days, which is the point: the same person visiting on Monday and Thursday counts twice, by design. It is an estimate in both directions — an office behind one address can collapse into a single visitor, and one person on a phone and a laptop counts as two.
Why It Matters
Unique visitors is the figure most often put in front of a client, so being clear about what it means protects you from a conversation you cannot win. Saying 300 unique visitors this month when the underlying system counts uniques per day means the monthly total is a sum of daily figures, and the true number of humans is lower — often by a fifth or more for content people return to. The gap between views and uniques is also the interesting signal in itself. A proposal with 40 views and 6 uniques was read repeatedly by a small group, which is usually good news; 40 views and 38 uniques means everyone opened it once and moved on.
How It Works
In the cookie-free approach the edge computes a hash of a daily salt combined with the visitor's IP address and user agent string, stores only the hash, and never writes anything to the browser. Because the salt is rotated and the old one destroyed, yesterday's hashes cannot be matched to today's, and nothing on the visitor's device records that they were there. A cookie-based tool does the opposite: it writes an identifier that persists, which allows real month-long deduplication and brings the visit under cookie consent rules. Neither approach can tell a phone from the same person's laptop, and both are distorted by VPNs, shared office networks and carrier-grade NAT. 99helpers counts at the edge without cookies, which means honest daily uniques alongside views, downloads, referrers and countries, and no per-person history at all.
Real-World Example
A freelancer shares a 2 MB rate card at studio-rates.99helpers.site with eleven prospects. Over a fortnight the dashboard reports 58 views and 34 daily uniques. She does not claim 34 prospects, because several opened it on more than one day and each of those days counted separately. What she takes from it is the ratio: fewer than a dozen recipients produced nearly sixty views, so the document is being reread and probably circulated inside the firms.
Common Mistakes
- ✕Adding daily unique figures together to get a monthly total — repeat visitors are counted once per day, so the sum overstates the number of people
- ✕Promising deduplication across devices — nothing counted server-side can tell that a phone and a laptop belong to one person
- ✕Assuming a cookie-free count needs a consent banner — it stores no identifier on the device, but a cookie-based tool doing the same job does
Related Terms
View Count
The number of times a page or file was successfully requested. It counts requests, not people — one person reloading four times produces four views.
Session Duration
How long a single visit lasted, measured as the gap between the first and last event a tool managed to record. Like bounce rate, it needs code running in the visitor's browser and it systematically undercounts the final page.
Cookie Consent
Permission a visitor gives before a site stores or reads non-essential information on their device. A site that sets nothing beyond what it strictly needs does not require a banner at all.
IP Address
The number that identifies a machine on the internet, so packets know where to go. Every request a visitor makes carries the address it came from, which is why addresses turn up in logs, analytics and privacy law.
Web Analytics
Measuring who visits a site and what they look at. The two methods — a script running in the visitor's browser, or counting each request as it is served — produce different numbers, and neither of them is wrong.
Put a file online in seconds
Drop in a document, an image, a page or a whole static website and share the link — free, with no build step and no server to set up.
Host a file free →