You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 });
The text was updated successfully, but these errors were encountered: