Results 1 to 4 of 4

Google Analytics has a new tracker?

This is a discussion on Google Analytics has a new tracker? within the General Discussion forums, part of the vBulletin SEO Discussion category; I was just messing around with my analytics as I've NEVER been able to get the funnel thing working. Still ...

  1. #1
    Member
    Real Name
    Carter
    Join Date
    Apr 2007
    Posts
    41
    Liked
    12 times

    Google Analytics has a new tracker?

    I was just messing around with my analytics as I've NEVER been able to get the funnel thing working. Still not. I'll get it eventually...

    But I see where instead of the "Legacy Tracking Code" (Urchin.js) there is now a section that says:


    New Tracking Code (ga.js)


    So whatcha think? Is the VBSEO going to have an update for that too so I can use the new tracking code soon? Or has this been out for a while, and I've just been out of the loop?
    http://www.mcarterbrown.com - My Paintball Forums
    http://www.topbidr.com - My new Ebay Bid Sniper

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Yes, it will be included
    Google Analytics Tracking Code Update

  3. #3
    Senior Member
    Real Name
    A.D
    Join Date
    Oct 2007
    Location
    France
    Posts
    159
    Liked
    0 times
    cool , I saw this yesterday too

  4. #4
    Senior Member woostar's Avatar
    Real Name
    woostar
    Join Date
    Apr 2007
    Posts
    788
    Liked
    5 times
    Not sure when the new build will be available - I changed the following in functions_vbseo.php

    Changed:-
    <script src="'.((($_SERVER['HTTPS'] && $_SERVER['HTTPS']!='off')||isset($_SERVER['HTTP_FRONT_END_HTTPS']))?'https://ssl':'http://www').'.google-analytics.com/urchin.js" type="text/javascript">
    </script>
    <script type="text/javascript">
    _uacct = "'.VBSEO_ANALYTICS_CODE.'";
    urchinTracker();
    </script>
    To:-
    <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("'.VBSEO_ANALYTICS_CODE.'");
    pageTracker._initData();
    pageTracker._trackPageview();
    </script>
    Not sure if that is of use to anyone.
    2011 Average: 1 post every 5 seconds... 24/7

Similar Threads

  1. Google Analytics Down?
    By tavenger5 in forum General Discussion
    Replies: 5
    Last Post: 08-02-2007, 10:35 AM
  2. Replies: 5
    Last Post: 02-05-2007, 08:58 AM
  3. Google Analytics
    By Rude Awakening in forum Troubleshooting
    Replies: 4
    Last Post: 06-06-2006, 03:16 PM
  4. Google Analytics
    By Keith Cohen in forum Analysis: Traffic & SERPS
    Replies: 13
    Last Post: 03-04-2006, 01:30 AM
  5. Whats the next best analytics tool besides google analytics?
    By K4n4Dian-H4x0r in forum Analysis: Traffic & SERPS
    Replies: 3
    Last Post: 12-06-2005, 05:50 AM

Posting Permissions

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