piwik-ruby-tracking icon indicating copy to clipboard operation
piwik-ruby-tracking copied to clipboard

Properly handle Site Search

Open halfdan opened this issue 13 years ago • 1 comments

piwik_analytics should properly handle Site Search and not call trackPageView() when trackSiteSearch() is called.

http://piwik.org/docs/javascript-tracking/#toc-tracking-internal-search-keywords-categories-and-no-result-search-keywords

halfdan avatar Feb 12 '13 01:02 halfdan

I had the same Idea, but now I think maybe there is a way including the <%= piwik_tracking_tag %> but configure it to NOT track the actual site, so maybe I could put another <%= track_now %> tag somewhere - or just doing it with the javascript itself, so <%= piwik_tracking_tag %> would only prepare the javascript 'piwikTracker' for me, which I can use wherever I want. :)

grauschnabel avatar Sep 28 '13 11:09 grauschnabel