Hi, I try to exclude many (different) query-parameters. How can I do this?
Example:
->
So in this example I will exclude everything after “view=FooBar”, can I do this with Piwik?
?view(?:=[^&])?(?=&|$)(?.)
Hi, I try to exclude many (different) query-parameters. How can I do this?
Example:
->
So in this example I will exclude everything after “view=FooBar”, can I do this with Piwik?
?view(?:=[^&])?(?=&|$)(?.)
Hi,
While I don’t know of a way to do this in piwik, maybe you could modify the URL in the tracking code with the help of setCustomUrl()
.
I don’t know if you can use regex in an API GET URL, you can however use regex in the search box in the Acrions>Pages report. Would that not suffice for single extractions or do you need automation/bulk requests?
I just tried [t] over on the Piwik demo instance and his returned only pages with “t” in the URL.