We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6632b17 commit e8310f4Copy full SHA for e8310f4
_includes/ga.js
@@ -3,4 +3,5 @@
3
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
4
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
5
ga('create', '{{ site.google_analytics }}', 'auto');
6
+ga('set', 'anonymizeIp', true);
7
ga('send', 'pageview');
0 commit comments