Browse Source

Autotest: anonimize IP on ga on autotest page

c415-sdk
Pierre Kancir 4 years ago committed by Andrew Tridgell
parent
commit
60805fdfa3
  1. 3
      Tools/autotest/web/index.html

3
Tools/autotest/web/index.html

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

Loading…
Cancel
Save