Is there a way to mask certain pages or folders from the view >Actions >Pages?
In my installation this view is completely spammed with entries like:
/search?q=cache:1aBc2DEf3gh4:www.test.com (various entries)
/translate_c?hl=pl&langpair=en|pl&http: (various entries)
/cache.aspx?q=“test”&d=11324516661761 (various entries)
/showthread.php?p=123441 (various entries)
/file: (folder with subfolders and pages)
/page url not defined
I plan to use Piwik as an inhouse web analytics software and >Actions >Pages will be our main tool.
I’d like to get the data as clean as possible for my colleagues.
What I did now is that I added an ‘if ( window.location.hostname == ‘www.mysite.com’ )’ to the
Piwik JavaScript on my site but I think the entries are from pages that were cached/saved before
so it would be better to handle this on my side.
I searched this forum but found no way to mask them either before or after they get into Piwik’s database.
Is this already possible or planned for the future?
Cheers
Thorsten