Merge pull request #41 from ZeusWPI/fix/34
Anonymize IP addresses in Google Analytics
This commit is contained in:
commit
d60fc09823
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@
|
||||||
})(window,document,"script","//www.google-analytics.com/analytics.js","ga");
|
})(window,document,"script","//www.google-analytics.com/analytics.js","ga");
|
||||||
|
|
||||||
ga("create", "UA-25444917-8", "auto");
|
ga("create", "UA-25444917-8", "auto");
|
||||||
|
ga('set', 'anonymizeIp', true);
|
||||||
ga("send", "pageview");
|
ga("send", "pageview");
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in a new issue