Add google analytics to website

This commit is contained in:
0xboobface 2018-11-15 13:01:21 +01:00
parent 5e063eb91c
commit 999a68231e
1 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,15 @@
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129283922-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-129283922-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">