We have a series of URLs which call pages generated by Acquia Solr Search. We've cleaned up the visible URLs, but the URLs sent to GA (verified by the GA debug extension in Chrome) aren't the same - for example:
- URL displayed to user: /search/all/foster (where "foster" is the search string)
- GA "_trackPageview" for args: /search/all?search=no-results%3Afoster&cat=no-results

The "no-results" is always present, even in cases such as this where there are multiple results.
This makes it very difficult to get a clean GA report... any suggestions on how to address it, please?

Comments

hass’s picture

Category: bug » support
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

8ballsteve’s picture

Version: 7.x-1.2 » 7.x-1.x-dev
StatusFileSize
new1.47 KB

Seems to me that this is related to ga not tracking the post vars handled by apachesolr - possibly similar to search_api issue documented here: http://drupal.org/node/1694622#comment-6659880

I've created a patch for now to remove the no-results flag for our use case.