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

Reset is not functioning #8

Open
ahmedgroup1989 opened this issue Oct 27, 2024 · 3 comments
Open

Reset is not functioning #8

ahmedgroup1989 opened this issue Oct 27, 2024 · 3 comments

Comments

@ahmedgroup1989
Copy link

Hello
I installed the template and I fire the reset by passing these data and choosing type "reset" from tag and tag fires but each time it links any event to a certain distinct id (58496116) even if i logout , so now i can only use server side for loggged in user but for guests it will be linked to that distinct id

image

@Bukashk0zzz
Copy link
Member

Hi,

If you use incognito mode of the browser do you still get same id?
Look like issue connected to some clean storage issue.

@ahmedgroup1989
Copy link
Author

ahmedgroup1989 commented Oct 28, 2024 via email

@gvidoou
Copy link
Contributor

gvidoou commented Nov 13, 2024

@ahmedgroup1989
Checked the flow, looks like mixpanel web tag resets cookies (mp_<project_id>_mixpanel) with distinct_id and device_id but when you refresh page it maps your new distinct_id to the same user on mixpanel. Stape server tag works the same, reset just remove distinct_id and device_id cookie and next time will generate new cookies.

This Distinct ID is probably yours, when you login to mixpanel, you can find it in cookies "mp_distinct_id"
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants