How to Install Google Analytics
’)
Google analytics will show how people found your site and the different pages that they navigated. This will help you to improve your customer’s user experience and also improve your return on investment.
Installing Google Analytics

Step 1 Create an analytics account by navigating to http://www.google.com/analytics/sign_up.html
After going through the signing up process
General Information > Contact Information > Accept User Agreement
At this step Add Tracking
You will get a JavaScript code. Copy this code in every Webpage you would like to track immediately above the </body>
Example Code.
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>
try {
var pageTracker = _gat._getTracker(“UA-10130727-1″);
pageTracker._trackPageview();
} catch(err) {}</script>
The different status indicators of Google Analytics









Latest Discussion