To use google Analytics, you have to have google email account, which allows you to access the GOOGLE ANALYTICS. You can enter your site , you have to add codes wich tracks your site, means how many people clicked your website, from different countries.
the code looks like this.
var gaJsHost = (("https:" == document.location.protocol) ?
"https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost +
type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-xxxxxx-x");
pageTracker._initData();pageTracker._trackPageview();
After that you can view your website report, wich looks like above top image.

No comments:
Post a Comment