I am using Piwik on a large Intranet that is not connected to the Internet. We have our own Enterprise search page that offers search by web content, images, & videos. The difference is the parameters that get passed in the UI.
I would like to track users coming from all three and which ones are bringing users to the websites. Since the values and parameters can change between the q= and the source=, I was hoping to use wildcards but I didn’t see an example of this.
I really don’t understand what I am doing wrong here. Even a simple configuration doesn’t seem to track people coming from a search engine. They all are being marked as a Direct Hit.
My SearchEngines.php has this entry:
‘search.site.com’ => array(‘Enterprise Search’, ‘query’, ‘search.jsp?query={k}’),