Earlier quoted context omitted.
I think this is probably correct. I wrote my own hit-tracker for my website and I spent a lot of time looking at logs to see if I could reliably track unique users by hashing headers and the IP address. My conclusion is that you can't - you will always double count some users. It is no uncommon for consecutive requests from obviously the same user to come in from different IP addresses. Usually these are either cell…
Business users behind an HTTP proxy will be another problem, as they will all have the same IP, and be using the same OS and browser (mostly).
13% of my website visitors block Google Analytics
151–160 of 182 posts
Re: 13% of my website visitors block Google Analytics
#152Seeing that Plausible Analytics is not using cookies and instead hashes fields including IP address - the measure of "unique site visitors" could be a proxy for false uniques by Plausible Analytics. For example, an user visits once via his data connection and once via wifi - Plausible may see different users where Google's cookie will pin it as one user. Another interesting result is the 16% of total page views - I d…
I don't see why the focus is on "unique" visitors. To compare to older media, if someone buys two newspapers then they are a double-good customer. Either they are spending so much time reading it themselves that they need two copies (ie reading via two devices/IP addresses) or they are giving that second copy to a friend (two people, one device). So imho page view should be valid regardless of uniqueness (absent bot…
Re: 13% of my website visitors block Google Analytics
#1531. the OP works for Plausible 2. The OP uses a non-standard call to Plausible which probably isn’t in many block lists 3. It’s in mine
That is a recent change, probably prompted by Ublock Origin [1] or others adding his tracker to the blocklist. This morning it was using the standard tracking call. (The site owner submitted the site to HN, and is taking part in the discussion.) [1] https://news.ycombinator.com/item?id=23819934
Re: 13% of my website visitors block Google Analytics
#154Slightly off topic: Plausible claim that their cookieless tracking is GDPR compliant but this seems a bit shaky to me. Unless they are doing something that isn't specified in their docs their fingerprinting seems reversible which would make their user identifiers PII like any session ID you'd store in a cookie. AIUI the GDPR doesn't particularly care about cookies, it cares about you tracking people without their con…
You also have to adhere to the ePrivacy directive, which specifies, among other things, how you are allowed to identify users on their devices (e.g. using cookies).
There is an ePrivacy Directive ammendment that specifically prohibits the use of hashing identifiers (e.g. IP address, browser, OS) to work around cookies, even it a timestamp is introduced to limit the life of a hashed ID.
I'm a privacy advocate myself, yet find this a bit OTT - but that's the ePrivacy regulations, and I think Plausible could get burned here at some point. Presumably they know about this amendment and are betting that there will be no enforcement, or their lawyers have found a weasel-wordy loophole (I doubt the later, as the directive is very specific).
Re: 13% of my website visitors block Google Analytics
#155Earlier quoted context omitted.
So, the domain in question is ms.markosaric.com. Which is a CNAME to custom.plausible.io. uBlock Origin is able to block based on CNAMEs, but it is not a default configuration. PiHole V5 blocks based on CNAME as well, and it is actually enabled by default. I run a little blocklist project [1] and I've had custom.plausible.io blocked in my list since April 8th [2]. So, although I didn't have ms.markosaric.com blocked…
> uBlock Origin is able to block based on CNAMEs, but it is not a default configuration. I believe this is the default now, isn't it? [0] [0] https://github.com/gorhill/uBlock/releases/tag/1.25.0
Re: 13% of my website visitors block Google Analytics
#156Earlier quoted context omitted.
I don't see why the focus is on "unique" visitors. To compare to older media, if someone buys two newspapers then they are a double-good customer. Either they are spending so much time reading it themselves that they need two copies (ie reading via two devices/IP addresses) or they are giving that second copy to a friend (two people, one device). So imho page view should be valid regardless of uniqueness (absent bot…
This depends on monetization. If you're selling copies of newspapers, 2 purchases by 1 customer = 2 purchases. The number of customers is irrelevant. If you're monetizing via on-page ads or affiliate links (as the author is), revenue is much more likely to correlate to unique visitors than to page views.
Re: 13% of my website visitors block Google Analytics
#157Earlier quoted context omitted.
So, the domain in question is ms.markosaric.com. Which is a CNAME to custom.plausible.io. uBlock Origin is able to block based on CNAMEs, but it is not a default configuration. PiHole V5 blocks based on CNAME as well, and it is actually enabled by default. I run a little blocklist project [1] and I've had custom.plausible.io blocked in my list since April 8th [2]. So, although I didn't have ms.markosaric.com blocked…
> uBlock Origin is able to block based on CNAMEs, but it is not a default configuration It is a default configuration.
Thanks for everything you do with uBlock Origin and uBLock Matrix. uBlock Matrix is one my the primary tools I use when researching domains to add to my blocklist.
Re: 13% of my website visitors block Google Analytics
#158Earlier quoted context omitted.
My idea was to use server logs too but AWStats showed more than 100% higher number of unique visitors and more than 18 times higher number in page views (both compared to Plausible numbers) so I excluded it from the study as I thought it’s very inaccurate.
As I understand that unique visitor would be higher (awstats, IIRC, considers that after an hour, a same IP is a new visitor), I don't get how you can have that number for page views. I guess it depends on people gowing back to pages and JS is not executed, but logs are updated ? Strange.
Re: 13% of my website visitors block Google Analytics
#159Earlier quoted context omitted.
Business users behind an HTTP proxy will be another problem, as they will all have the same IP, and be using the same OS and browser (mostly).
That turned out to be less of a problem than I anticipated. Browsers spew all kinds of mostly unique information into the User-Agent header. This is slowly getting better as the browser companies wise up.
Re: 13% of my website visitors block Google Analytics
#160Earlier quoted context omitted.
That is a recent change, probably prompted by Ublock Origin [1] or others adding his tracker to the blocklist. This morning it was using the standard tracking call. (The site owner submitted the site to HN, and is taking part in the discussion.) [1] https://news.ycombinator.com/item?id=23819934
Yes, correct. I did the study with June numbers using regular GA and regular Plausible. Plausible was not on any blocklists until yesterday from what I have learned in this thread.