Skip to content

Commit

Permalink
DOC: adding Google Analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem committed May 22, 2014
1 parent 6cf2b73 commit ff988fe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,14 @@ <h1 class="center">How</h1>
href="http://ariatemplates.com/license">licensing page</a>
</section>
</footer>
<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','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-29575860-4', 'ariatemplates.com');
ga('send', 'pageview');
</script>
</body>
</html>
9 changes: 9 additions & 0 deletions tasks/templates/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,14 @@ <h5>
href="http://ariatemplates.com/license">licensing page</a>
</section>
</footer>
<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','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-29575860-4', 'ariatemplates.com');
ga('send', 'pageview');
</script>
</body>
</html>

0 comments on commit ff988fe

Please sign in to comment.