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

When opening the visitor profile, the Segment is applied, which can cause the Visitor Profile to be incomplete #9893

Closed
mattab opened this issue Mar 8, 2016 · 3 comments
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Mar 8, 2016

When opening a Visitor Log with a Segment applied, when opening a Visitor Profile the segment will still be applied, causing incomplete data to be displayed in Visitor Profile.

To reproduce this issue:

  • Create & Apply a segment "Visit Count > 2" (this bug occurs only with a few specific segments such as "Visit Count")
  • Open the Visitor Log for this segment
  • then Open a Visitor Profile
  • Got: in the HTTP request the segment parameter is forwarded to the visitor profile. Piwik loads the visitor profile and applies the segment Visit count > 2. As a result, the profile will only show visits 3, visit 4, visit 5, etc. The visit 1 and visit 2 are not displayed.
  • Expected: the visitor profile should not have the segment applied.

Note:

  • there is a feature "Next visitor / Previous visitor", where you can go from Visitor to Visitor directly within the profile. This feature currently uses the segment parameter. So we can't just remove the segment parameter, but maybe we could rename the parameter name.
@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Mar 8, 2016
@mattab
Copy link
Member Author

mattab commented Mar 11, 2016

this issue was also reported in the forums: https://forum.piwik.org/t/visitor-profile-actions-only-shows-same-day-plus-ip-address-not-showing-complete/18110/6?u=matthieu with the segment "Visitor converted a goal"

@mattab mattab added this to the 2.16.x (LTS) milestone Mar 31, 2016
@mattab
Copy link
Member Author

mattab commented Jul 8, 2016

Also duped in #10245

@mattab
Copy link
Member Author

mattab commented Sep 29, 2016

Fixed in #10533

@mattab mattab closed this as completed Sep 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants