mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
Update GA to latest script & anonymize IPs
This commit is contained in:
parent
5e459e9b52
commit
2017eb9aed
@ -1,6 +1,7 @@
|
|||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146052-10"></script>
|
||||||
<script>
|
<script>
|
||||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
window.dataLayer = window.dataLayer || [];
|
||||||
ga('create', 'UA-146052-10', 'getbootstrap.com');
|
function gtag(){dataLayer.push(arguments);}
|
||||||
ga('send', 'pageview');
|
gtag('js', new Date());
|
||||||
|
gtag('config', 'UA-146052-10', { 'anonymize_ip': true });
|
||||||
</script>
|
</script>
|
||||||
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user