5ed1d3cd606d
Add GA to the site.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 30 Jun 2011 15:06:09 -0400 |
parents | a97f6a49752b |
children | e3cad92631fb |
branches/tags | (none) |
files | site/index.html site/layout.html |
Changes
--- a/site/index.html Thu Jun 30 09:17:57 2011 -0400 +++ b/site/index.html Thu Jun 30 15:06:09 2011 -0400 @@ -110,5 +110,17 @@ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> <script>window.jQuery || document.write("<script src='javascripts/jquery-1.5.1.min.js'>\x3C/script>")</script> <script src="javascripts/app.js"></script> + + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-15328874-3']); + _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>
--- a/site/layout.html Thu Jun 30 09:17:57 2011 -0400 +++ b/site/layout.html Thu Jun 30 15:06:09 2011 -0400 @@ -66,5 +66,17 @@ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> <script>window.jQuery || document.write("<script src='javascripts/jquery-1.5.1.min.js'>\x3C/script>")</script> <script src="javascripts/app.js"></script> + + <script type="text/javascript"> + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-15328874-3']); + _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>