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

multiple idvisitors per single idvisit #11141

Closed
heekyungyoon opened this issue Jan 4, 2017 · 1 comment
Closed

multiple idvisitors per single idvisit #11141

heekyungyoon opened this issue Jan 4, 2017 · 1 comment
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@heekyungyoon
Copy link

I thought there should be only one idvisitor matched for single idvisit.

However, there are more than 10 cases where multiple idvisitors exist for single idvisit in log_link_visit_action table.

Idvisitor changed as soon as user signed up, so I checked if the idvisitor occured right after signed up existed before the event. But, it wasnt'. The idvisitor occued for the first time there.

Is it possible?

@mattab
Copy link
Member

mattab commented Feb 20, 2017

Yes it's possible, when for example visitors delete cookies but the fingerprint will still match the same visit - and Piwik will keep the last idvisitor updated in the visit. Works as expected. Btw recently I wrote this FAQ to explain in more details how tracking works: http://piwik.org/faq/general/faq_21418/

@mattab mattab closed this as completed Feb 20, 2017
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants