Skip to content

Commit 182f974

Browse files
authored
Update index.html, Added analytics
1 parent 297d57c commit 182f974

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33

44
<head>
55

6+
7+
<!-- Google tag (gtag.js) -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V4YVD14GNS"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
13+
14+
gtag('config', 'G-V4YVD14GNS');
15+
</script>
16+
617
<!-- Basic Page Needs
718
================================================== -->
819
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

0 commit comments

Comments
 (0)