How we built a GDPR-compliant website analytics platform without using cookies
51–60 of 129 posts
Re: How we built a GDPR-compliant website analytics platform without using cookies
#52Earlier quoted context omitted.
There's certainly nothing wrong with that. But this sounds a little defensive. And if you're going to promote the "Community Edition"/open-source nature of the codebase, this should probably be made more clear to your users/contributors. (Maybe it is made clear and I'm just not seeing it, though - this is my first time hearing about this product).
I think the defensiveness comes when people put comments such as "I'm a little concerned by the lag in publishing this update". I've never spoken like this in my life to an OS contributor and I use open-source software every day. We're working hard to get the software OS but we were originally planning on keeping the codebases separate (since they were different languages). We only recently pivoted on this after spea…
Re: How we built a GDPR-compliant website analytics platform without using cookies
#53Re: How we built a GDPR-compliant website analytics platform without using cookies
#54Re: How we built a GDPR-compliant website analytics platform without using cookies
#55This is very weak reasoning, because you cannot identify an individual by IP either. This project looks like trying to exploit loopholes. The idea behind GDPR is to make sure companies log only data they need. This project looks into logging the data but without expressing why this is even necessary. Therefore I don't think this is compliant with GDPR.
Re: How we built a GDPR-compliant website analytics platform without using cookies
#56I am not sure what exactly they did here. How do they persist the hash between requests? My guess is they use localStorage and sending the hash to their servers with each request. So we are talking about a mechanism that’s just like a cookie. As long as they don’t have any PII and can’t figure out who the user was, then I think the GDPR gives them an exception. But “without cookies” claim is dubious!
Re: How we built a GDPR-compliant website analytics platform without using cookies
#57Thanks for building this, I will promote it.
Re: How we built a GDPR-compliant website analytics platform without using cookies
#58At first glance this appears to be a well thought out solution. It will never be able to give you some of the stuff that GA can give you but that is by design. The problem that I see is that as long as GA is able to claim they are GDPR compliant there will be very few websites that will see this as a necessity and so adoption will be relatively low. But, and this is just an idea, one of the things that company could…
Re: How we built a GDPR-compliant website analytics platform without using cookies
#59What's the difference between a page view and a visit?
Re: How we built a GDPR-compliant website analytics platform without using cookies
#60> Tracking page views alone, without visits, is completely useless and means that you won’t have insight into how many people visit your site / pages each day. What's the difference between a page view and a visit?