Skip to content

Commit 0a003e7

Browse files
committed
addedgtag
1 parent 8f06ca0 commit 0a003e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,15 @@
3131
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
3232
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
3333
<![endif]-->
34+
<!-- Global site tag (gtag.js) - Google Analytics -->
35+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0GCMCSHPT0"></script>
36+
<script>
37+
window.dataLayer = window.dataLayer || [];
38+
function gtag(){dataLayer.push(arguments);}
39+
gtag('js', new Date());
3440

41+
gtag('config', 'G-0GCMCSHPT0');
42+
</script>
3543
</head>
3644
<body>
3745

0 commit comments

Comments
 (0)