analytics tag

This commit is contained in:
codecalm
2020-11-12 14:38:17 +01:00
parent cb0f68bc34
commit 6c8567c6f9
+2 -2
View File
@@ -1,8 +1,8 @@
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SWJ7MQPBQJ"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113467793-4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SWJ7MQPBQJ');
gtag('config', 'UA-113467793-4');
</script>