After rebuilding my index page, I relaunched & realized I lost my analytics tracking. My code starts with letters UA- etc. Do I put that in between the <head></head> part? Or exactly where? Need help. I am not a big analytics aficionado but used it to see # of visitos and see what states. Help needed.
Your analytics code must go between <head> and </head> tags it means: <head> YOUR ANALYTICS CODE </head>
very understandable chainas. Thank you. The actual line of code ....where do I get it again, for the account? Is there are part of the page I click to copy it? Thanks again
You should go on Your google analytics homepage, then choose Your account (in Name tab), then click "Edit" (in right side), then click "Check status" (in right top) and now You will get Your google analytics code. Hope it helps
I have found putting my Google Analytics code in the footer of my page is most effective simply because it allows the important things like content, images, etc to load first on my site. Tracking is the same either way.
You should add the HTML code at the end of each page, right before the </body> tag. Reason; only those visitors will be counted who have completed loading your page. This would give more accurate results. If you prefer you can add the code, between head tags as well...
I sincerely appreciated all your help. I kept searching big G and found the ultimate info / instructions. How to find your tracking code and reinsert it into your page instructions! OH, and important where you place it....look at your code and try to find that "ga.js" snippet....if it's in there, add it JUST BEFORE your </head> tag!
You can add the Google Analytics Tracking code in your website root page. Just copy & paste the analytics tracking code in your website's root code before </body> tag & save the settings. After few minutes your analytics account will get activated.
You can add Google analytic track code in you site root directory at master page .At where you place your code above body tag has been closed and update it ..this code will show all page of your website.. at analytic click at save and finish code has been update
I prfer anayltics place in the footer. before this tag. </body> </html> If you use analytics in the header, it may take some more time to download scripts and your site.