-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advanced Internal Site Search tracking & analytics, for internal search engines and keywords #2992
Comments
(In [7190]) Refs #2992 Site Search KABOOM, Refs #5469
|
(In [7193]) refs #2992: when a keyword starts to have results (e.g. after integration result count tracking on the page), don't show it in the searches without results report anymore. (also includes a minor code simplification) |
(In [7196]) refs #2992 preparing Site Search and Transitions integration: use idaction_url=NULL for site searches in order to identify them efficiently in Transitions |
(In [7209]) Refs #2992, added "s" and "searchword" as standard query parameters, since these are the standard search settings in wordpress and joomla. Any other CMS we should support out of the box? |
(In [7215]) refs #2992: disable row evolution on site search categories because it doesn't work. TODO: make it work |
Replying to peterb:
|
|
Also it would be great to support search params which were rewrited (mod_rewrite) - e.g. example.com/search/[searchword].html |
User Manual available at: Site search analytics tracking and reporting Peter, you could do this with some Javascript / regex and detect the keyword this way. If you do it, pleae send instructions I could add to the doc above, or in a FAQ :) |
see follow up ticket: #3461 |
The goal of this ticket is to describe the Internal Search Tracking & Reporting feature for Piwik core.
Currently, a third party built by Timo exists in #49.
We will reuse this great plugin as much as possible, integrating it into a Core plugin, maybe improving the features, user interface, documentation, and checking that it is fast & optimized on high traffic piwik servers.
More specifications and details to come later.
The text was updated successfully, but these errors were encountered: