Skip to content

Commit 504fa40

Browse files
committed
Add Google Tracking ID
1 parent 6aa0a6c commit 504fa40

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ <h1>
4242
</h1>
4343
</div>
4444

45+
<script>
46+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
47+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
48+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
49+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
50+
51+
ga('create', 'UA-22466968-3', 'auto');
52+
ga('send', 'pageview');
53+
54+
</script>
55+
4556
</body>
4657
<script language="javascript" src="runmain.js" defer></script>
58+
4759
</html>

0 commit comments

Comments
 (0)