Skip to content

Commit

Permalink
google analytics moved to head
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoche Adittane committed Aug 2, 2016
1 parent 4249394 commit 2debf02
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
<meta property="og:url" content="http://happybots.io" />
<meta property="og:image" content="http://happybots.io/images/hbIcoXL.png" />

<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-80374030-1', 'auto');
</script>

</head>
<body ng-app="happybotsApp">
<!--[if lte IE 8]>
Expand All @@ -34,20 +42,6 @@

<div ng-view=""></div>



<!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
<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','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-80374030-1', 'auto');

</script>


<script type="text/javascript">
window.doorbellOptions = {
appKey: 'YqIzK3YXyT4WO8ADjR0mkeaWqSbS53zez5BPAk9uKnbGRE95oPdp8PYA7EHZCDnY',
Expand Down

0 comments on commit 2debf02

Please sign in to comment.