Return to Snippet

Revision: 24884
at March 15, 2010 06:01 by wanderlusts


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
http://www.google.com/support/analytics/bin/answer.py?hl=en_US&answer=55480&utm_id=ad

Initial Description
Just a blank example where you replace the xxxxx figure with your tracking code

Initial Title
Google Analytics Blank Template

Initial Tags
google

Initial Language
JavaScript