Hi everyone, I want to count the visitors per day of my blog of google's blogspot. What code should I add, anyone helps?
Hi, Thank you for your answer, I know Google Analytic can help me do that. But I do not know how to get the code. can you past the code in the post?
We can't because every webpage has it's unique code. You just need to go at analytics.google.com. Set up a new webpage.
It'll look something like this; <!-- Google Analytics --> <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-8961986-1"); pageTracker._trackPageview(); } catch(err) {}</script> Code (markup): But this is for my website (so don't use it for your own website!) - and as mentioned before, to get this code (for specifically your website) you will have to register at http://www.google.com/analytics/ Have fun x]
you should make an account first, then visit on google analytics link or google product then where you made your code against your URL, then you may put in your website (Blogspot header.php file before </body> tag), this will take some time for just verification after that, you can read your stats from analytics url...hope you understand.