[FIX] doc template: GA: anonymize IPs
This commit is contained in:
parent
8bbcddf23e
commit
cda60c219b
@ -39,6 +39,7 @@
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', '{{ google_analytics_key }}', 'auto');
|
||||
ga('set', 'anonymizeIp', true);
|
||||
ga('send','pageview');
|
||||
</script>
|
||||
{%- endif -%}
|
||||
|
Loading…
Reference in New Issue
Block a user