Skip to content

Commit 7b4cbe5

Browse files
author
Brian Hann
committed
chore(Site): Add GA tracking code to index page
1 parent 2449590 commit 7b4cbe5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

misc/site/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,5 +447,16 @@ <h4 class="feature-heading">Complex Example</h4>
447447
};
448448
});
449449
</script>
450+
451+
<script>
452+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
453+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
454+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
455+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
456+
457+
ga('create', 'UA-46391685-1', 'auto');
458+
ga('send', 'pageview');
459+
460+
</script>
450461
</body>
451462
</html>

0 commit comments

Comments
 (0)