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

Active users count differently with and without strictCidFormat #178

Open
guppy0356 opened this issue Aug 10, 2022 · 0 comments
Open

Active users count differently with and without strictCidFormat #178

guppy0356 opened this issue Aug 10, 2022 · 0 comments

Comments

@guppy0356
Copy link

I use strictCidFormat when I want to use an client ID that is not a UUID. I found a new impact of this option.
Every time I restart the electron app, I get more active users. I think this is not prefer because active user equals real user.

This code increases acitive user

👉 ua('UA-xxxx', 5c874a8f-1373-58a4-a495-daf9a0a823ae);

This code does NOT increase active user.
👉 ua('UA-xxxx', 5c874a8f-1373-58a4-a495-daf9a0a823ae, { strictCidFormat: false });

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

1 participant