Hi Team,
I’m trying to understand how many users are anonymous on my site. Right now, I’m capturing all events and then filtering for cases where userId is either not set or is an empty string. But the numbers I see are surprisingly low—ideally, they should be greater than the count of active users.
Can anyone help me understand the right way to calculate anonymous users?