Adding a Piwik tracked Site search to search engines

I’m using Piwik to track a confluence wiki in a closed community, to know which sites are used frequently. It would be nice to see which search terms are used by the user too, Confluence has it’s own search site, queries looks like theses:


https://confluence.minecraft.intern/dosearchsite.action?spaceSearch=false&queryString=TEST

OR


https://confluence.minecraft.intern/dosearchsite.action?queryString=TEST&spaceSearch=false

But I don’t get it working, at the moment i have the following setting:


'confluence.minecraft.intern' => array('Confluence', '.*(?:\?|&)queryString=(.*)(?:$|&)', 'dosearchsite.action?queryString={k}'),

Is anybody here who can give me a Hint to get this working…

:edit:
wtf, smilies in codeblocks?

It is now possible to track internal searches on your websites, with Piwik Site Search Analytics available as of Piwik 1.9. You can even track “No Result Keywords” and Search categories if your website supports it. It also lists the pages most clicked on search results.

Did you find a solution for capturing search keywords from Confluence? I’m also setting it up for an internal wiki