New addition to Google Analytics GA.js Code
I was recently checking out the Official Google Analytics Blog and found that they’ve made an addition (in terms of code) to the GA.js, GATC (Google Analytics Tracking Code).
Original GA.js Tracking 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">
var pageTracker = [...]

