Merge pull request #41 from ZeusWPI/fix/34

Anonymize IP addresses in Google Analytics
This commit is contained in:
redfast00 2020-08-01 23:12:26 +02:00 committed by GitHub
commit d60fc09823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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>