Artur Paikin 6 лет назад
Родитель
Сommit
6a1cecd5e2
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      website/themes/uppy/layout/partials/ga.ejs

+ 1 - 0
website/themes/uppy/layout/partials/ga.ejs

@@ -5,5 +5,6 @@
   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
 
   ga('create', '<%- config.google_analytics %>', '<%- config.root_domain %>');
   ga('create', '<%- config.google_analytics %>', '<%- config.root_domain %>');
+  ga('set', 'anonymizeIp', true);
   ga('send', 'pageview');
   ga('send', 'pageview');
 </script>
 </script>