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

Tracking API: ensure that Visitor ID is the same across all visits of a given visitor and re-uses the last visitor id value set #11411

Open
mattab opened this issue Feb 24, 2017 · 0 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@mattab
Copy link
Member

mattab commented Feb 24, 2017

Follows up #2211

In the Tracking API, How to ensure that a Visitor ID is the same across all visits of a given visitor?

For this we may need to re-use the latest visitor id value set during a visit, and update it in all the log_* tables for this visit.

And possibly we would need to update the visitor ID in any previous visit as well?

This could be a complex issue to solve properly.

@mattab mattab added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Feb 24, 2017
@mattab mattab added this to the Backlog (Help wanted) milestone Mar 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

1 participant