Skip to content

Commit

Permalink
Add Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
j15e committed Jan 22, 2014
1 parent 92e4817 commit 68f1350
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions wordpress/wp-content/themes/waq2014/footer.php
Expand Up @@ -10,6 +10,15 @@
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</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','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-20043510-1', 'webaquebec.org');
ga('send', 'pageview');
</script>
</div>
</body>
</html>

0 comments on commit 68f1350

Please sign in to comment.