-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
How to track anonymous users? #52
Comments
I found your answer here: http://stackoverflow.com/questions/13544333/how-to-track-the-number-of-anonymous-users-server-side-in-meteor I'm assuming I would have to look at the server side in memory UserStatus? |
Yep. You can also use the If you want to do something on the client side, you may want to publish some information about the user as I described in #53. |
I find it very easy to combine |
Just needed to do this myself. Getting the anonymous user count is as easy as querying the in-memory
|
This leads to another question... I want to get the above anonymous user count reactively to my client... it seems this is really hard/impossible if I don't have the |
Is there a way to track anonymous users?
The text was updated successfully, but these errors were encountered: