Skip to content

Commit

Permalink
Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontag committed Feb 25, 2013
1 parent 23b0166 commit 2d05d74
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.php
Expand Up @@ -223,5 +223,19 @@ function resetValidation(event) {
<?
}
?>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25089589-1']);
_gaq.push(['_setCampNameKey', 'Listening Test']);
_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>
</body>
</html>

0 comments on commit 2d05d74

Please sign in to comment.