Using Google Analytics without GDPR consent
1–10 of 118 posts
Re: Using Google Analytics without GDPR consent
#21. This is going to break if your clients are using IPv6.
2. IP addresses are generally considered PII under GDPR[0], but IANAL and I don't know what that means as far as compliance.
Re: Using Google Analytics without GDPR consent
#3Re: Using Google Analytics without GDPR consent
#4> `/ip=([\d.]*)\n/` 1. This is going to break if your clients are using IPv6. 2. IP addresses are generally considered PII under GDPR[0], but IANAL and I don't know what that means as far as compliance. [0]( https://www.groundlabs.com/blog/what-is-pii-for-gdpr/ )
Re: Using Google Analytics without GDPR consent
#5Re: Using Google Analytics without GDPR consent
#6Re: Using Google Analytics without GDPR consent
#7> `/ip=([\d.]*)\n/` 1. This is going to break if your clients are using IPv6. 2. IP addresses are generally considered PII under GDPR[0], but IANAL and I don't know what that means as far as compliance. [0]( https://www.groundlabs.com/blog/what-is-pii-for-gdpr/ )
In reality an IP address is generally not PII, but it may be personal data - the case is Breyer which was decided on pre-GDPR law but still relevant. If you could use reasonable means to identify someone from the IP address then it will be personal data. I don't really agree with the outcome of the case because it implied it was easy to contact an ISP to get them to disclose details of the subscriber information associated with the IP address. In the UK at least it would require cause, and a court order.
Re: Using Google Analytics without GDPR consent
#8BTW if you use client information to derive an identifier that is unique within a session and you send that identifier to a third-party (e.g. Google) this approach gives you zero benefits. In fact ePrivacy & GDPR don't mention cookies anywhere and don't care what technology you use to derive identifiers, if they can robustly identify an individual or device and you actually send them to another service (for purposes that are not strictly necessary for the performance of your service) you're obliged to asked for consent.
Re: Using Google Analytics without GDPR consent
#9What he is doing is illegal.
Re: Using Google Analytics without GDPR consent
#10Even if you're not dealing with any personal data, if you're placing a cookie (or doing anything analogous device fingerprinting etc) you are in scope of the Directive and need consent, irrespective of GDPR.
The new E-Privacy Regulation is looking to implement an exception to consent for analytics but that would have providers like Google Analytics out of scope. Anyway, it's stuck in the mud at present...