Skip to content

Commit

Permalink
restore analytics
Browse files Browse the repository at this point in the history
Signed-off-by: Clara Fu <cfu@pivotal.io>
  • Loading branch information
vito authored and clarafu committed Aug 8, 2017
1 parent 0583390 commit 7bd3123
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion html/header.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,14 @@

<script async="" src="//www.google-analytics.com/analytics.js"></script>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>

<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//web.archive.org/web/20160829011106/http://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-60508041-1', 'auto');
ga('send', 'pageview');
</script>

0 comments on commit 7bd3123

Please sign in to comment.