Page 2 of 2 FirstFirst 1 2
Results 16 to 21 of 21

Google Analytics Site Search

This is a discussion on Google Analytics Site Search within the Analysis: Traffic & SERPS forums, part of the vBulletin SEO Discussion category; I'm using vb4... Perhaps that is when the bug occurs....

  1. #16
    Senior Member
    Real Name
    vissa
    Join Date
    Aug 2005
    Location
    CA, USA
    Posts
    158
    Liked
    4 times
    I'm using vb4... Perhaps that is when the bug occurs.

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

    please try to modify functions_vbseo.php file:
    find:
    PHP Code:
    if(THIS_SCRIPT == 'search' && $_REQUEST['do'] == 'showresults' && $display['highlight'])
    $track_url 'search.php?q='.urlencode(implode(' ',$display['highlight'])); 
    replace with:
    PHP Code:
                if(THIS_SCRIPT == 'search' && $_REQUEST['do'] == 'showresults')
                {
                    global 
    $display$results;
                    
    $hl implode(' ',$display['highlight']);
                    if(!
    $hl && is_object($results))
                        
    $hl $results->get_criteria()->get_raw_keywords();
                    
                    if(
    $hl)
                    
    $track_url 'search.php?q='.urlencode($hl);

                } 

  3. #18
    Member
    Real Name
    Marcin D.
    Join Date
    Jun 2008
    Posts
    39
    Liked
    0 times
    Looks like it's working now, will wait more days to confirm all is fine.

  4. #19
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Great, I'm glad that worked!

  5. #20
    Senior Member StarBuG's Avatar
    Real Name
    StarBuG
    Join Date
    Jul 2007
    Posts
    480
    Liked
    15 times
    It works for me however search tracking shows searches as:

    cache:hl-GsH_qSHAJ:http://www.patientenfragen.net/gesundheit-praevention/schwerbehinderung-beantragen-t17147.html behinderung beantragen

    with the bold being the search term.

    is there a way to remove the "cache:xxx" part?
    What is that anyway?

  6. #21
    Junior Member
    Real Name
    Oliver Kershaw
    Join Date
    Jun 2008
    Posts
    7
    Liked
    0 times
    This is not working for me - I'm getting site search results, but they are all 6 or 7 digit numbers. I have been advised by tech support to enable funnels, but according to this thread it should work.

    I'm seriously confused!

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Google Analytics "Site Search" with vBulletin search
    By PeterNRG in forum Off-Topic & Chit Chat
    Replies: 44
    Last Post: 03-01-2012, 01:28 PM
  2. Adding Site map to Google Analytics?
    By maksam in forum General Discussion
    Replies: 5
    Last Post: 10-11-2008, 10:59 PM
  3. Google Analytics - identify additional search engines
    By Ig@r in forum vBSEO Features Archive
    Replies: 4
    Last Post: 11-03-2006, 02:26 PM

Posting Permissions

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