Welcome to TalkGraphics.com
Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: Web analytics

  1. #1

    Lightbulb Web analytics

    Okay i swear my questions are coming to a end
    I right clicked my page, and added the google analytics code to the "html code (head) under the website tab? on webproperties, but google doesnt pick it up?
    what am i doing wrong? im copy pasting it just like this below
    thank you

    <script type="text/javascript">

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-39413443-1']);
    _gaq.push(['_setDomainName', 'website url']);
    _gaq.push(['_trackPageview']);

    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

    </script>
    Last edited by Southafrican; 19 March 2013 at 09:18 AM. Reason: Personal

  2. #2
    Join Date
    Jan 2010
    Location
    Bradford, England
    Posts
    1,829

    Default Re: Web analytics

    You need to put the code under the page tab not the website tab, it has to be present on all the pages.
    Flawless Form. Faultless Function. Crafted by Cloud

    https://www.cloudwebagency.co.uk

  3. #3

    Default Re: Web analytics

    still doesnt work

  4. #4

    Default Re: Web analytics

    Quote Originally Posted by skech View Post
    You need to put the code under the page tab not the website tab, it has to be present on all the pages.
    You have that backwards...


    @southafrican;

    Try this:

    Under the Website tab, place the code in the HTML code (body)

    Publish your site then check Google webmaster tools.

  5. #5
    Join Date
    Jan 2010
    Location
    Bradford, England
    Posts
    1,829

    Default Re: Web analytics

    Yes but it is an analytics code (to track which individual pages are being viewed), it has to go into the pages section, that is what I have always done and it has worked.
    Flawless Form. Faultless Function. Crafted by Cloud

    https://www.cloudwebagency.co.uk

  6. #6

    Default Re: Web analytics

    Skech, if you add it to the Page tab it only appears on that one page.
    To have it present on every page in your site, you must place the code in the Website tab >> HTML code

  7. #7
    Join Date
    Jan 2010
    Location
    Bradford, England
    Posts
    1,829

    Default Re: Web analytics

    I usually place it on all the pages I want to be added, but did not know that you could just add it to the website section.
    Flawless Form. Faultless Function. Crafted by Cloud

    https://www.cloudwebagency.co.uk

  8. #8
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,520

    Default Re: Web analytics

    I have always places the tracking code in the Replace HTML (body) window of the Website Properties page and it has always worked.

    Southafrican: Once you add the code and publish your site, it might take a day or two before the site is discovered and the stats begin to appear on your Google Analytics page.

  9. #9

    Default Re: Web analytics

    Quote Originally Posted by gwpriester View Post
    it might take a day or two before the site is discovered and the stats begin to appear on your Google Analytics page.
    Hmmm makes sense, ill check again tomorrow then!

  10. #10

    Default Re: Web analytics

    Still says that its not installed

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •