Results 1 to 3 of 3

Thread: Older Version of the Google Analytics Tracking Code
      
   

  1. #1
    gaswizard is offline Master Sergeant
    Join Date
    Nov 2006
    Posts
    64

    Default Older Version of the Google Analytics Tracking Code

    Hello BVH friends, My name is Paul and I had just entered the older version of the Google Analytics Tracking Code into my page html end of body. Here is the older version:

    <script type="text/javascript" src=" http://www.google-analytics.com/urchin.js "></script>
    <script type="text/javascript">
    _uacct = "UA-xxxxxx-x"
    urchinTracker();
    </script>

    This took me about 1 1/2 hours to do then I found a newer version of the Google Analytics Tracking Code which is:

    <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">
    var pageTracker = _gat._getTracker("UA-xxxxxx-x");
    pageTracker._initData();
    pageTracker._trackPageview();
    </script>


    My question to you is should I add the newer version or keep the old version I had just installed. What happens if I leave the older version verses the newer version.

    Any info will be very helpful.

    Thank You, Paul gaswizard

    www.qualitylighting.net

  2. #2
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,611

    Wink Re: Older Version of the Google Analytics Tracking Code

    No problems, no conflicts....actually may be of better value to "lesser" engines.

  3. #3
    gaswizard is offline Master Sergeant
    Join Date
    Nov 2006
    Posts
    64

    Default Re: Older Version of the Google Analytics Tracking Code

    Vasili, Then I will leave the older version of the google analytics tracking code.

    Thank You, Paul Ivazes gaswizard

    www.qualitylighting.net

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49