Hi Buddies, Can any one of tell me where have to paste the Tracking code in html of website,already iam installed the Tracking code but it not shows Traffic of my website,so and ot also shows that my Tracking is not Installed .Is it needs time to get installation message really iam confused please help me in this aspect.
Yaa i saw need to put Google Webmaster verification code after <head> and put Google Analytics code before </head> Simple...!!
hi sudeep, i think, now you have installed your GA code.. if its not working then discuss here.. Thanks gpcmedicalltd
To add your GA code just before header here it will be work, i have add this GA code just before closing </head> and it is showing proper traffic of my website.
put the code in the head and then you can check it is installed by checking the code source of the webpage it will take about 24 hours before it will start tracking visitors if it is a new website you will have virtually no visitors or very low visitors until the website is showing high in search engines or you are having direct traffic from marketing sources
Usually, the code goes in the header (between < head > </ head >) or in the footer (between < footer > </ footer>). Then just start working on getting traffic to your site and traffic data & sources should show up in google analytics from now on.
Google guidelines for analytics code says that you should put the code between <head></head> tag but the old method was putting it before closed body tag i.e. </body>. Logic was that the crawler can crawl all the information of the page before going to analytics code. Now Google changed their algorithm and you don't need to put it at below of the page.
Put your analytics code below header files. If it not works properly, you can put it at footer section.