|
|
|
|
|
by gcp
3265 days ago
|
|
The general consensus is that normal GA tracking alone does not meet the standards to trigger either the EU or the stricter Dutch cookie notification requirements since they are using first-party cookies not tied to PII and don't follow you across sites Do you have a good reference for this? Especially the "don't follow you across sites" seems weird as Google will end up collecting hits from the same IP/browser/etc combo across sites, which trivially allows following. |
|
[1] https://autoriteitpersoonsgegevens.nl/sites/default/files/at... [2] https://www.iabeurope.eu/eucookielaws/nl/
TLDR: If you use the following code. You are fine to use GA without a notice under Dutch law.
ga('set', 'forceSSL', true); ga('set', 'anonymizeIp', true);