Skip to content

Commit afad256

Browse files
committed
Add Google Analytics code
1 parent 5360949 commit afad256

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
@@ -24,5 +24,13 @@
2424

2525
return t;
2626
}(document, "script", "twitter-wjs"));</script>
27+
<!-- Google Analytics -->
28+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-25262063-2"></script>
29+
<script>
30+
window.dataLayer = window.dataLayer || [];
31+
function gtag(){dataLayer.push(arguments);}
32+
gtag('js', new Date());
33+
gtag('config', 'UA-25262063-2');
34+
</script>
2735
</body>
2836
</html>

0 commit comments

Comments
 (0)