Commit 77212386 authored by XhmikosR's avatar XhmikosR
Browse files

Revert back to the old snippet and just add anonymize IP.

We don't need the extra bloat of gtag.
parent e34ba353
Showing with 5 additions and 5 deletions
+5 -5
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146052-10"></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
function gtag(){dataLayer.push(arguments);} ga('create', 'UA-146052-10', 'getbootstrap.com');
gtag('js', new Date()); ga('set', 'anonymizeIp', true);
gtag('config', 'UA-146052-10', { 'anonymize_ip': true }); ga('send', 'pageview');
</script> </script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment