Google analytics?

Discussion in 'Google Analytics' started by ukonlinephoneshop, Jan 9, 2011.

  1. #1
    how do you get the code to enter into your site on google analytics?
    Cant find the settings tab on it.
     
    ukonlinephoneshop, Jan 9, 2011 IP
  2. Balendra Singh

    Balendra Singh Active Member

    Messages:
    109
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    55
    #2
    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>
     
    Balendra Singh, Jan 9, 2011 IP
  3. limoblue

    limoblue Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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...
     
    limoblue, Jan 9, 2011 IP
  4. ukonlinephoneshop

    ukonlinephoneshop Peon

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I am very grateful to you Thanks for providing this information .
     
    ukonlinephoneshop, Jan 9, 2011 IP
  5. conferenceshopper

    conferenceshopper Peon

    Messages:
    302
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Pretty good, very detailed, thanks on it Balendra.
     
    conferenceshopper, Jan 17, 2011 IP
  6. telxcomputers

    telxcomputers Member

    Messages:
    170
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #6
    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.
     
    telxcomputers, Jan 17, 2011 IP
  7. Kumail

    Kumail Peon

    Messages:
    92
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Nice info and very accurate!
     
    Kumail, Jan 18, 2011 IP
  8. nguyendungbkc

    nguyendungbkc Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    can i use webmaster tools?
     
    nguyendungbkc, Jan 19, 2011 IP
  9. balivillaholidays

    balivillaholidays Peon

    Messages:
    272
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    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.
     
    balivillaholidays, Jan 19, 2011 IP
  10. Kumail

    Kumail Peon

    Messages:
    92
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    "Google Webmaster Tool" mostly use to submit the sitemap.xml on Google it don't return any code but the verification meta tag!
     
    Kumail, Jan 19, 2011 IP
  11. Atco-maart

    Atco-maart Peon

    Messages:
    435
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    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>
     
    Atco-maart, Jan 20, 2011 IP