Skip to content

Commit 9f262f8

Browse files
authored
[analytics]: added google analytics;
latest one
1 parent 800401e commit 9f262f8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
</script>
3030
-->
3131

32+
<!-- Google tag (gtag.js) -->
33+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3G1RNC5YLT"></script>
34+
<script>
35+
window.dataLayer = window.dataLayer || [];
36+
function gtag(){dataLayer.push(arguments);}
37+
gtag('js', new Date());
38+
39+
gtag('config', 'G-3G1RNC5YLT');
40+
</script>
41+
3242
</head>
3343

3444
<body>

0 commit comments

Comments
 (0)