Using the piwik api, when the "url" parameter contains duplicate query parameters, piwk truncates all but the last one as shown in the action URLs in the visitor log.
For example, if piwik is called with
<url to piwik>/analytics?action_name=Some%20Action&url=https%3A%2F%2Fexample.com%3Fcolour%3Dred%26colour%3Dblue%26colour%3Dgreen
what I see in the Visitor Log in the Actions column is a record of the action "Some Action" and the url "https://example.com?colour=green". So the "colour=blue&colour=green" bit got truncated.
I'm using piwik 2.8.3 - would anyone know if this is fixed in the latest 2.14.2 or has anyone experienced this issue and has a workaround?
If no replies I'll submit a bug.
Thanks.
For example, if piwik is called with
<url to piwik>/analytics?action_name=Some%20Action&url=https%3A%2F%2Fexample.com%3Fcolour%3Dred%26colour%3Dblue%26colour%3Dgreen
what I see in the Visitor Log in the Actions column is a record of the action "Some Action" and the url "https://example.com?colour=green". So the "colour=blue&colour=green" bit got truncated.
I'm using piwik 2.8.3 - would anyone know if this is fixed in the latest 2.14.2 or has anyone experienced this issue and has a workaround?
If no replies I'll submit a bug.
Thanks.