(no title)
octref | 6 years ago
This also bypasses Ad blocker. In the case you have a large percentage of technical audience (who presumably would have Ad blocker installed) this log can be way more accurate than GA.
However this still requires setting up the image on a third-party server. I would really love it if GitHub pages or Netlify can provide some simple server-side tracking. It doesn't match GA but in some cases that's all I need.
benhoyt|6 years ago
That would be a great feature for GitHub Pages! Just a simple interface like https://simpleanalytics.io/simpleanalytics.io would serve most GH Pages use cases, I would think.
sdan|6 years ago
JensRex|6 years ago
Not for me. `/pixel.png?` is blocked by default in uBlock.
dx034|6 years ago
jasonlingx|6 years ago
Cloudflare does this for free, and you can run it on top of Netlify, Github/Gitlab pages, etc.
https://www.cloudflare.com/analytics/
dx034|6 years ago
harianus|6 years ago
While this is true, we found a solution to bypass ad blockers (which could be implemented by Google Analytics as well). My experience is that ad blockers only block scripts and pixels that are implemented on multiple websites [1]. With having a custom domain and a non analytics named script or URL, ad blockers are unlikely to block you. At Simple Analytics we created a feature for this where customers can point a CNAME to our server [2]. We setup SSL and proxy all requests to our server. This makes it almost impossible for ad blockers to block the stats of those customers.
[1] https://github.com/easylist/easylist/pull/1855
[2] https://docs.simpleanalytics.com/bypass-ad-blockers
highace|6 years ago
GA does a good job at extrapolating your data to account for users with ad block. Obviously not perfect, but good enough for most cases.
hjnilsson|6 years ago
weego|6 years ago