mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update GA to latest script & anonymize IPs
This commit is contained in:
parent
5e459e9b52
commit
2017eb9aed
1 changed files with 5 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue