Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] wrong URL aggregation #22406

Open
4 tasks done
tassoman opened this issue Jul 17, 2024 · 3 comments
Open
4 tasks done

[Bug] wrong URL aggregation #22406

tassoman opened this issue Jul 17, 2024 · 3 comments
Labels
Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. To Triage An issue awaiting triage by a Matomo core team member

Comments

@tassoman
Copy link
Contributor

What happened?

We got visits to this kind of pages

Path Views
/page/name 34
/page/name? 1
/page/name?????? 1
/page/name???????????? 1

What should happen?

as user, I want to see all rows aggregated, without specifying a GET key-value for aggregation

Path Views
/page/name 37

How can this be reproduced?

  1. Log visits to wrong URLs having plenty of ?????? as Query String.
  2. Generate Page View reports
  3. See different rows inside the report, even if is displaying "aggregated" paths (not flattered)

Matomo version

4.14.1

PHP version

8.1

Server operating system

CentOS

What browsers are you seeing the problem on?

Firefox

Computer operating system

Windows

Relevant log output

No response

Validations

@tassoman tassoman added Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. To Triage An issue awaiting triage by a Matomo core team member labels Jul 17, 2024
@sgiehl
Copy link
Member

sgiehl commented Aug 21, 2024

@tassoman Sorry for the late feedback on this one.
This sounds like an edge case and I'm not sure if that is something we would change/implement anytime soon.

As a workaround I would suggest to implement some javascript into your tracking code to manipulate the tracked URL and remove such addition ? already before tracking.

@tassoman
Copy link
Contributor Author

tassoman commented Aug 21, 2024

Maybe we can set a filtered regex rule, ignoring query strings having more than one question marks. In website configuration.

We have no direct control of JS trackers.

@des-innocraft
Copy link

@tassoman have you set a filtered regex rule as per your last comment?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. To Triage An issue awaiting triage by a Matomo core team member
Projects
None yet
Development

No branches or pull requests

3 participants