I'm updating my site, and there's some code there from the early days, that I was advised to include on each page.
I have two questions.
1) What does (did) it do?
2) Do I still need it?
Below is the 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-6260380-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
Help!