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");
|
||||
|
||||
ga("create", "UA-25444917-8", "auto");
|
||||
ga('set', 'anonymizeIp', true);
|
||||
ga("send", "pageview");
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue