Page 1 of 2 1 2 LastLast
Results 1 to 15 of 18

Analytics does not work with latest vbseo 3.5

This is a discussion on Analytics does not work with latest vbseo 3.5 within the Bug Reporting forums, part of the vBSEO SEO Plugin category; I dont get any stats on my Analytics since I upgraded to vbseo 3.5...

  1. #1
    Senior Member
    Real Name
    P
    Join Date
    Mar 2007
    Posts
    121
    Liked
    0 times

    Exclamation Analytics does not work with latest vbseo 3.5

    I dont get any stats on my Analytics since I upgraded to vbseo 3.5

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Thank you for reporting.

    Can anyone else confirm?

  3. #3
    Junior Member
    Real Name
    lol
    Join Date
    Jun 2008
    Posts
    5
    Liked
    0 times
    Same here. It appears that when I reverted my footer template it killed analytics across my board. I had been fine before I reverted which was Sat and Sun, but early this A.M. I reverted the template and poof no stats.

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    If you view-source, does the code appear and is just not working, or is there no code at all displaying in source?

  5. #5
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    4,012
    Liked
    13 times
    I cannot confirm this. Analytics is working fine on NZB.

  6. #6
    Junior Member
    Real Name
    lol
    Join Date
    Jun 2008
    Posts
    5
    Liked
    0 times
    The analytics are there. See below from page source. And yes I removed my Id for this post as it appears fine in my site.

    <script type="text/javascript"><!--
    var _gaq = _gaq || [];
    _gaq.push(
    ['_trackPageview'],
    ['_setAccount', 'UA-******-*']
    );
    (function() {
    var ga = document.createElement('script');
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    ga.setAttribute('async', 'true');
    document.documentElement.firstChild.appendChild(ga );
    })();
    </script>

    <script type="text/javascript">

  7. #7
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    /* NOTE: This issue has been resolved. The fix will be distributed with the next vBSEO build. */
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  8. #8
    Junior Member
    Real Name
    lol
    Join Date
    Jun 2008
    Posts
    5
    Liked
    0 times
    What can I do to correct this on my board. I am in the midst of a FB campaign and now I am flying blind.

  9. #9
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    In functions_vbseo.php please find
    Code:
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    ga.setAttribute('async', 'true');
    document.documentElement.firstChild.appendChild(ga );
    })();
    Replace with
    Code:
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    ga.setAttribute('async', 'true');
    document.documentElement.firstChild.appendChild(ga );
    })();
    //-->
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  10. #10
    Junior Member
    Real Name
    lol
    Join Date
    Jun 2008
    Posts
    5
    Liked
    0 times
    My initial response is that this did not completely fix it. Despite having numerous people on the forum and new members it still shows no traffic to the site other than on google-funnel pages despite me having that turned off. So far it has been close to 3 hours since I made the change and only the pages I mentioned above were visited at that time, despite having over numerous visitors and members there. I could be wrong and will keep an eye on it but I wanted to give a heads up about what I have seen.

  11. #11
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Google Analytics doesn't show instant hits
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  12. #12
    Junior Member
    Real Name
    lol
    Join Date
    Jun 2008
    Posts
    5
    Liked
    0 times
    And now that I updated it shows no hits.

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Hello,

    please modify functions_vbseo.php file:
    find:
    array_unshift($more_tracking, "['_trackPageview']");
    array_unshift($more_tracking, "['_setAccount', '".VBSEO_ANALYTICS_CODE."']");
    and switche the lines:
    array_unshift($more_tracking, "['_setAccount', '".VBSEO_ANALYTICS_CODE."']");
    array_unshift($more_tracking, "['_trackPageview']");

  14. #14
    Senior Member
    Real Name
    P
    Join Date
    Mar 2007
    Posts
    121
    Liked
    0 times
    when is Beta 2 available for download today?

  15. #15
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    4,012
    Liked
    13 times
    Quote Originally Posted by abroad View Post
    when is Beta 2 available for download today?
    Hi abroad,

    As per: vBSEO 3.5 Release Schedule + New CP Preview!

    Release Schedule
    vBSEO 3.5 Beta 1 - Friday 11th, concurrent with vBulletin 4 RC1
    vBSEO 3.5 Beta 2 - Next week (from the 14th to the 18th)
    vBSEO 3.5 RC1 - The week of the 21st, concurrent with vBulletin 4 Gold

Page 1 of 2 1 2 LastLast

Similar Threads

  1. about latest vbseo download
    By amroawad in forum General Discussion
    Replies: 3
    Last Post: 01-21-2008, 02:08 PM
  2. Latest addition to VBSEO
    By BubbleHead in forum Introduce Yourself
    Replies: 6
    Last Post: 12-03-2007, 01:39 AM
  3. VB3.6.0 - Does vbSEO support the latest VB
    By ESAD in forum Pre-Sales Questions
    Replies: 10
    Last Post: 08-08-2006, 12:02 AM
  4. vBSEO 3.0.0 RC1, does the latest sitemap work with it?
    By AndyS in forum General Discussion
    Replies: 4
    Last Post: 07-15-2006, 10:59 AM
  5. Google Analytics Code dont work?
    By Schahab in forum General Discussion
    Replies: 3
    Last Post: 02-24-2006, 05:41 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
  •