Solution Google Event tracking tutorial for beginer
Solution Google Event tracking tutorial for beginer 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-xxxxxx-x"); pageTracker._trackPageview(); } catch(err) {} </script> " 3. copy this code , paste this into your websites code , just before the </head> tag (you can put it anywhere you like, but i think its more manageable). ex. if you want to tract your whole site , you need to add this script to every page. As your website can be accessed using search engine ( directly to a pin point page, adding it to a index page may not be helpful) If you are a blogger, just add that to the index page and thats enough. 4. Thats it.. all done. now it may t...