2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
Files
bootstrap/site/_includes/analytics.html
T
2019-03-27 20:57:28 +02:00

8 lines
283 B
HTML

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146052-10"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-146052-10', { 'anonymize_ip': true });
</script>