Add Google Analytics
This commit is contained in:
@@ -43,6 +43,15 @@
|
|||||||
<script src="/assets/global.js"></script>
|
<script src="/assets/global.js"></script>
|
||||||
<link href="style.css" rel="stylesheet">
|
<link href="style.css" rel="stylesheet">
|
||||||
<link href="/assets/global.css" rel="stylesheet">
|
<link href="/assets/global.css" rel="stylesheet">
|
||||||
|
|
||||||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-124505000-1"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
gtag('config', 'UA-124505000-1');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- cookie notice is included via jQuery -->
|
<!-- cookie notice is included via jQuery -->
|
||||||
|
|||||||
Reference in New Issue
Block a user