diff --git a/app/views/layout.erb b/app/views/layout.erb index 537382dd..2ad8c64d 100644 --- a/app/views/layout.erb +++ b/app/views/layout.erb @@ -226,11 +226,11 @@ ga('global.send', 'pageview'); <% end %> - ga('send', 'pageview'); - // IP anonymization (last triplet) - this is optional, not part of the standard snippet ga('set', 'anonymizeIp', true); + ga('send', 'pageview'); + <% end %>