Monday, July 12, 2010

Added Google Analytics to Page

Published web site and included it to be searchable. It is going to be interesting to see if anyone will read this blog.

<script type='text/javascript'> 
 
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-17412355-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> 

No comments:

Post a Comment