[FIX] doc template: GA: anonymize IPs

This commit is contained in:
Olivier Dony 2018-05-30 09:56:31 +02:00
parent 8bbcddf23e
commit cda60c219b

View File

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