Forum Moderators: DixonJones
EU GDPR (General Data Protection Regulation) and Analytics cookies
https://en.wikipedia.org/wiki/HTTP_cookie#EU_cookie_directive
In June 2012, European data protection authorities adopted an opinion which clarifies that some cookie users might be exempt from the requirement to gain consent:
- Some cookies can be exempted from informed consent under certain conditions if they are not used for additional purposes. These cookies include cookies used to keep track of a user's input when filling online forms or as a shopping cart.
- First party analytics cookies are not likely to create a privacy risk if websites provide clear information about the cookies to users and privacy safeguards.
If you use Google Analytics, you use the analytical cookies to process personal data of your website visitors. In principle, you must comply with both the Telecommunications Act (informing your visitors and asking for permission) and the Personal Data Protection Act (Wbp).
But do you ensure that the cookies have no or minor consequences for the privacy of your website visitors? Then you do not need to request permission for the cookies. To do so, you can use the Privacy-Friendly Manual to use Google Analytics of the Dutch Data Protection Authority (Dutch-language Authority for Personal Data) (AP). In 6 steps you will learn how to set up Google Analytics privacy-friendly.
ga('set', 'anonymizeIp', true) and that would make sure you are not collecting any identifiable IPs. Am I understanding this correctly?
if you can't identify a person's file requests in your... then it ceases to be personal identifiable information and is no longer covered under GDPR.
If you're not collecting and storing the user data you don't need to be concerned.
According to Google's IP Anonymization in Analytics [support.google.com] it looks like you can set Anonymize IP [developers.google.com] in Google Analytics
ga('set', 'anonymizeIp', true)
and that would make sure you are not collecting any identifiable IPs.
So I am assuming that this means that we wouldn't need to ask user's permissions simply to run Analytics on our sites, and thus no need for those ridiculous "This site uses cookies" notifications pop-ups and modal dialogs. I hope that the EU will be satisfied if we notify about the use of cookies in a privacy policy area without the need to disrupt a visitor's experience on the site.
I'll wait for the first prosecution before I start taking this seriously...
The processing of personal data should not be considered to be on a large scale if the processing concerns personal data from patients or clients by an individual physician, other health care professional or lawyer.
This is also a data collection, isn't it?
I've a long privacy page...