Page 3 of 3 FirstFirst 1 2 3
Results 31 to 45 of 45

Google Analytics "Site Search" with vBulletin search

This is a discussion on Google Analytics "Site Search" with vBulletin search within the Off-Topic & Chit Chat forums, part of the Focus on Members category; I'm sorry to pull up an old topic, but do I still need to do this modification or has it ...

  1. #31
    Senior Member
    Real Name
    Arkidas
    Join Date
    Feb 2008
    Posts
    254
    Liked
    1 times
    I'm sorry to pull up an old topic, but do I still need to do this modification or has it been implemented already?

  2. #32
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    it is custom.. it's not part of vbseo or vbulletin.

  3. #33
    Senior Member
    Join Date
    Nov 2005
    Posts
    113
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Please try to modify functions_vbseo.php file (make sure that you are implemented the new analytics code asa per New Google Analytics Code ):
    PHP Code:
    if(VBSEO_ADD_ANALYTICS_CODE)

    add below:
    PHP Code:
                global $display;
                
    $track_url '';
                if(
    THIS_SCRIPT == 'search' && $_REQUEST['do'] == 'showresults' && $display['highlight'])
                    
    $track_url 'search.php?q='.urlencode(implode(' ',$display['highlight'])); 
    find:
    PHP Code:
    pageTracker._trackPageview(); 
    replace with:
    PHP Code:
    pageTracker._trackPageview('.($track_url?"'$track_url'":"").'); 
    Please change this in functions_vbseo.php and functions_vbseo_seo.php file:
    PHP Code:
    urchinTracker 
    to:
    PHP Code:
    pageTracker._trackPageview 
    Hello Oleg,

    the exact code you mentioned above is not part of functions_vbseo.php. Did it change in the meantime? I have 3.2.0.

  4. #34
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    We will have the most up-to-date analytics tracking code in the upcoming vBSEO3.2.5 release, there were multiple changes applied to it since 3.2.0 release.

  5. #35
    Member
    Real Name
    Julian
    Join Date
    Aug 2008
    Location
    Aachen Germany
    Posts
    74
    Liked
    0 times
    Ok, v3.3.0RC1 is out. Could you please tell us, if the code change described in posting #7 is still correct, or did it change since the new version?
    Arcor User Forum
    Das inoffizielle Arcor Forum

  6. #36
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    With v3.3.0 no file changes are required.

  7. #37
    Member
    Real Name
    Julian
    Join Date
    Aug 2008
    Location
    Aachen Germany
    Posts
    74
    Liked
    0 times
    So I can just set "site search" to yes and enter "q" as search parameter, thats all?
    Arcor User Forum
    Das inoffizielle Arcor Forum

  8. #38
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Yes.

  9. #39
    Member
    Real Name
    Julian
    Join Date
    Aug 2008
    Location
    Aachen Germany
    Posts
    74
    Liked
    0 times
    Thank you.
    Arcor User Forum
    Das inoffizielle Arcor Forum

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

    what is your forums URL? This feature is already included in vBSEO, so you can use it on your board too!

  11. #41
    Senior Member
    Real Name
    vissa
    Join Date
    Aug 2005
    Location
    CA, USA
    Posts
    158
    Liked
    4 times
    I know this is an old thread, but it appears to me that it claims site search with google analytics is now built in to vbseo by entering 'q' as the query. However, this thread
    Google Analytics Site Search

    appears to say it is impossible. Google Analytics Site search tracking is extremely important for many forum owners.

  12. #42
    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
    It works fine. I think the user (or I) was thinking about something else in that other thread. Just enter q as the param as above.
    Attached Thumbnails Attached Thumbnails site-search-destination-pages-google-analytics_1290902456888.jpg  

  13. #43
    Senior Member
    Real Name
    vissa
    Join Date
    Aug 2005
    Location
    CA, USA
    Posts
    158
    Liked
    4 times
    Is this enabled automatically by vbseo or do I need to set an option somewhere? I know how to add the q to google analytics but I don't see an option anywhere in vbseo.

  14. #44
    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
    It is done automatically.

  15. #45
    Member eJunkie's Avatar
    Real Name
    Sascha
    Join Date
    Aug 2006
    Location
    Germany
    Posts
    44
    Liked
    0 times
    In vBSEO 3.6.0 Gold the php code has changed. Unfortunately site search funnels doesn't implemented in this version. Where I have to insert the code for site search in 3.6.0?

    Sorry for my bad english :-).

Page 3 of 3 FirstFirst 1 2 3

Similar Threads

  1. does "disallowing copy" effect search engines bots ?
    By khalid890 in forum General Discussion
    Replies: 2
    Last Post: 10-14-2007, 11:29 AM
  2. Danny Sullivan - Search Engine Watch "Rockstar"
    By Joe Ward in forum General Discussion
    Replies: 2
    Last Post: 09-19-2006, 02:30 AM
  3. Replies: 3
    Last Post: 05-16-2006, 04:38 PM
  4. Custom rewrite rule for "Search" and "Search Result"
    By Sony in forum Custom Rewrite Rules
    Replies: 1
    Last Post: 09-24-2005, 09:38 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
  •