TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How Unique Is A Unique Visitor?

15 pointsby prakashover 15 years ago

3 comments

lmkgover 15 years ago
It depends on what you're using the data for, but in practice, it tends not to matter. Web Analytics is more concerned with trends over time and with comparisons between different areas (sections of the site, conversion funnels, traffic sources, etc). You're concerned with which areas are performing better or worse in order to optimize paths or allocate resources for improvements, and the absolute performance simply doesn't affect the relative performance. In situations like this, consistency is far more important than accuracy.<p>The one major thing that it bungles up is return visits. If people see your site while surfing at work, and it's intriguing enough to come back and give it a deeper look at home, you'll never see the connection.<p>There are a few analytics tools that merge users across browsers. Unica's NetInsight, for example, can coalesce multiple cookied browsers into a single user if that user logs in with the same account on multiple browsers. The fact that it only works on authenticated users limits its applicability.
RiderOfGiraffesover 15 years ago
Recently submitted: <a href="http://news.ycombinator.com/item?id=1133928" rel="nofollow">http://news.ycombinator.com/item?id=1133928</a><p>Comments already there.<p>This search found it trivially: <a href="http://searchyc.com/unique+visitor?sort=by_date" rel="nofollow">http://searchyc.com/unique+visitor?sort=by_date</a>
mixmaxover 15 years ago
This is interesting because there are a number of derived numbers that may be very different than you think. If you for instance think the rate of uniques that turn into paying customers is 2.5% it may actually be 5% which is a very different number.