awesome-wm-widgets/_includes/google-analytics.html

10 lines
314 B
HTML
Raw Normal View History

2018-09-25 16:09:16 +02:00
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-57641651-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-57641651-4');
</script>