Ask HN: Solutions to count website visitors that's not blocked by ad-blockers?
I'm trying to weed off from Google Analytics and looking for alternatives. I don't need anything complex, I'm mainly looking for a reasonable guesstimate on the number of visitors per page. This is hindered by common use of ad-blockers, which understandably block many analytics scripts. Do I have to build my own solution to this or is there an existing product for counting visitors that is not blocked by ad-blockers?
7 comments
[ 3.2 ms ] story [ 36.2 ms ] threadOne way to do that is to setup this package:
http://www.webalizer.org/
Do you receive server logs from your CDN? If not, maybe you can serve something from your own servers to have some server logs under your control.
This is exactly the approach I was thinking of! It just sounds like a lot of work (and some costs) to set up and maintain a server for this purpose, and then more work to produce useful analytics out of server logs with some measure of "unique" visitors. I was thinking maybe somebody else has already created a product that works like this.
[0]: https://www.usertrack.net/