Closed (fixed)
Project:
Faceted Search
Version:
6.x-1.x-dev
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2009 at 14:56 UTC
Updated:
22 Nov 2010 at 19:20 UTC
I love the Google Analytics module and it's features, but for some reason I cant get my installation to pull search info!
I have my query parameter set to "productsearch/results/", as that is what precedes all of my search results (i'm using Faceted Search, is this possibly the problem?). I have also tried just using "search", and have no luck that way either. I've reviewed the documentation and have scanned the forums and can't find a whole lot of help.
Any advice or tips are appreciated!
Drupal Version 6.10
GA Version 6.x-2.2
Comments
Comment #1
hass commentedI'm not sure what "Faceted Search" does, but it should be the source of this issue. Try it with core internal search - it works well, but you need to configure "search" as the search query string in your GA account.
If you have a webpage showing the issue I can take a short look.
Comment #2
xdecibelx commentedhttp://gtwantennas.com
I've read that faceted search can be used with GA, as it uses Drupal's core search module to function. But since it changes the path that lies before the search query in the address bar, I figured that was where the problem came from. Thanks for your time!
Comment #3
hass commentedI'd like to move this to the project faceted search. This project should follow the core directory rules and then all should work as expected. I cannot add exceptions for every small search module that does not follow the core path's. If it would use search/product/* it would be much easier.
Comment #4
david lesieur commentedFaceted Search's base path is defined by site admins and could be set to "search/products", for example. I haven't tested whether such path would cause conflicts with core search, but it should not.
Comment #5
earthday47(ressurecting)
I just tried some parameters with Google Analytics, I'll know tomorrow if it worked.
I'm using Multisite Search which generates a search path like "search/multisite_search/". drupal.org's default search is "search/apachesolr_multisitesearch/". It'd be nice to track these local options.
Under Google's "Query Parameter" setting, I put in "search,search/multisite_search", we'll see if that works.
When Drupal translates paths, it uses the q var, like index.php?q=search/multisite_search/about .
Comment #6
hass commentedQuery param is search nothing else. If path starts with "search" - perfect. This must work with GA.
Comment #7
earthday47I just confirmed that my installation of Google Analytics correctly captured both search terms.
In summary:
www.example.com/search/
www.example.com/search/products/
GA's "Query Parameter" should be set to the following:
search,search/products
Comment #8
hass commentedI have no clue why you configure "search/products" - this is wrong! Configure "search" only!