how do you get the code to enter into your site on google analytics? Cant find the settings tab on it.
Add the tracking code to your pages Google Analytics only tracks pages that contain the Google Analytics tracking code. You'll need to add this code to each page of your site, either manually or through the use of includes or other methods. To access your tracking code: 1. Sign in to Google Analytics. 2. From the Analytics Settings page, find the profile for which you would like to retrieve the tracking code. Please note that tracking code is profile-specific. 3.From that profile's Settings column, click Edit. 4.At the top right of the Main Website Profile Information box, click Check Status. 5.Your tracking code can be copied and pasted from the text box in the Instructions for adding tracking section. Basic installation - Copy and paste the code segment into the bottom of your content, immediately before the </body> tag of each page you are planning to track. If you use a common include or template, you can enter it there. <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-xxxxxx-x"); pageTracker._trackPageview(); } catch(err) {} </script>
Just log in Google analytics, than there is section of add website or project, just click on that, after that you will have to put your website address after that you will get some code than just copy that code and put that code in Your head section of website than click on verify. You will be done...
http://www.google.com/analytics/ sing in google analytics account, and submit new profile, when ever your will submit your website than it gives the an java script code. that useful to track your website . put that java script code in before closing head tag at each page.
Google analytics I think is just an embed code you have to put in the main layout source code in between the <body></body>. It's invisible to common users so you don't have to put it as a functioning plugin.
"Google Webmaster Tool" mostly use to submit the sitemap.xml on Google it don't return any code but the verification meta tag!
When you create Google Analytics accounts so Google analytics gives you tracking code and you can put this tacking code in your site see the below example. Example: Google Analytics tracking code </body>