Anonymize IP addresses in Google Analytics
This is necessary to comply with our privacy policy and fixes #34.
This commit is contained in:
parent
2bf5bbf066
commit
6e62004a58
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@
|
|||
})(window,document,"script","//www.google-analytics.com/analytics.js","ga");
|
||||
|
||||
ga("create", "UA-25444917-8", "auto");
|
||||
ga('set', 'anonymizeIp', true);
|
||||
ga("send", "pageview");
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue