Return to Snippet

Revision: 28799
at July 14, 2010 19:09 by koko


Initial Code
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-xxxxxx-x");
pageTracker._trackPageview();
} catch(err) {}
</script>

Initial URL


Initial Description
Just the copy of the official code

Initial Title
Google Analytics code

Initial Tags
google

Initial Language
JavaScript