Skip to content

Commit 1e3e79f

Browse files
committed
add ga
1 parent f0b3136 commit 1e3e79f

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
@@ -21,6 +21,16 @@
2121
</head>
2222

2323
<body>
24+
<script>
25+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
26+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
27+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
28+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
29+
30+
ga('create', 'UA-62202920-1', 'auto');
31+
ga('send', 'pageview');
32+
33+
</script>
2434
</body>
2535

2636
</html>

0 commit comments

Comments
 (0)