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] Even though action value is sent under different dimension1 value, but still when retrieved with Live.getLastVisitsDetails API, the action is getting categorized under different dimension1 value #22799

Open
4 tasks done
matosoma123 opened this issue Nov 25, 2024 · 0 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

@matosoma123
Copy link

What happened?

Even though action value is sent under different dimension1 value, but still when retrieved with Live.getLastVisitsDetails API, the action is getting categorized under different dimension1 value

Below URL is being used for tracking:

https://mydomain.matomo.cloud/piwik.php?idsite=1&rec=1&url=http%3A%2F%2Fhost%2Fcomp%2Fcomp1%2Ftest02%2Fcomponent%2Fpublishing%2Fitem%2Fitem-itemName%2FgetItem&uid=abc%3D&action_name=test02%2Fitems%2Fcomp%2FUnited+States%2FWorkspace%2Fc.group.United+States.abc.-1&ua=Mozilla%2F5.0+%28Windows+NT+10.0%3B+Win64%3B+x64%29+AppleWebKit%2F537.36+%28KHTML%2C+like+Gecko%29+Chrome%2F131.0.0.0+Safari%2F537.36&lang=en-US&rand=0469F8CAD4A1CF00086A&apiv=1&send_image=0&dimension1=test02&dimension2=test02%2Fitems%2Fcomp%2FUnited+States%2FWorkspace%2Fc.group.United+States.abc.-1&dimension3=group&cdt=1732448532&token_auth=mytoken

After retrieving from Live.getLastVisitDetails API,

This action is seen under dimension1=test03, which is totally wrong.

What should happen?

That action which was already being tracked with dimension1=test02, should be tracked under dimension1=test02.

How can this be reproduced?

dimension1 --> Create a visit dimension - tenant
dimension2 --> Custom dimension1 - try to capture the resource-path
dimension3--> Custom dimension2 - try to capture resource-type

Now go to different tenants and try to access the items/links

Matomo version

5.2.0-b5

PHP version

No response

Server operating system

No response

What browsers are you seeing the problem on?

No response

Computer operating system

No response

Relevant log output

No response

Validations

@matosoma123 matosoma123 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 Nov 25, 2024
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

1 participant