Autotest: anonimize IP on ga on autotest page

This commit is contained in:
Pierre Kancir 2020-10-23 22:04:28 +02:00 committed by Andrew Tridgell
parent 05d365f1a6
commit 60805fdfa3
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ Older test results are <a href="history">available here</a>
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-75650032-5');
gtag('config', 'UA-75650032-5', { 'anonymize_ip': true });
</script>