diff --git a/Tools/autotest/web/index.html b/Tools/autotest/web/index.html
index 8fc95c3f47..2428c4ff09 100644
--- a/Tools/autotest/web/index.html
+++ b/Tools/autotest/web/index.html
@@ -54,7 +54,8 @@ Older test results are available here
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
- gtag('config', 'UA-75650032-5');
+ gtag('config', 'UA-75650032-5', { 'anonymize_ip': true });
+