Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Commit

Permalink
Added Google Analytics
Browse files Browse the repository at this point in the history
Added Google Analytics to track app.
  • Loading branch information
HRanDEV committed Jul 2, 2013
1 parent 1e172c5 commit ad7fe1f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,18 @@
<!-- Format parsers -->
<script type="application/javascript" src="resources/txt/parse.js"></script>
<script type="application/javascript" src="resources/docx/docx.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-41224040-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>

<!-- Resources -->
<!-- Resources -->
<script type="application/javascript" src="resources/dropbox/dropbox.min.js"></script>
<script type="application/javascript" src="resources/dropbox/dropbox.js"></script>
<script type="application/javascript" src="resources/google-code-prettify/prettify.js"></script>
Expand Down

0 comments on commit ad7fe1f

Please sign in to comment.