Vitaly Potyarkin
|
e6ccaf33d2
|
Google analytics update (#31)
* Update Google Analytics tracking code
Previous template was using ga.js which is considered legacy now. The
recommended way to enable Google Analytics now is via gtag.js:
https://support.google.com/analytics/answer/1008080
* Do not store IP address (personally identifyable information)
With GDPR in effect IP addresses are considered personally identifyable
information, and storing them becomes legally complicated. Anonymizing IPs
seems to be a sensible default behavior.
The only drawback is slightly reduced geolocation accuracy.
More information:
- https://developers.google.com/analytics/devguides/collection/gtagjs/ip-anonymization
- https://support.google.com/analytics/answer/2763052
- https://www.blastam.com/blog/5-actionable-steps-gdpr-compliance-google-analytics
|
2018-06-29 10:45:14 +05:30 |
|