This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Handling Anon users #12
Comments
Makes sense to have a separate method |
Merged
craigmulligan
pushed a commit
that referenced
this issue
Apr 25, 2017
connects to #12 Change-Type: minor
Closed
craigmulligan
pushed a commit
that referenced
this issue
May 17, 2017
connects to #12 Change-Type: minor
Merged
craigmulligan
pushed a commit
that referenced
this issue
Jun 22, 2017
connects to #12 Change-Type: minor
craigmulligan
pushed a commit
that referenced
this issue
Jun 22, 2017
connects to #12 Change-Type: minor
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to use this module for our websites to track page views and other events, but currently
.start()
requires a user obj.I'm thinking we generate a uuid if no user object is passed, and then not run the login event. I see a lot methods depend on the properties that are set in the login method like
distinctId
so we will may have to have an alternative likeanonLogin
for add a conditional to thelogin
so to not create a newPerson
in mixpanel for every new page visit.What do you think? @pimterry @emirotin
The text was updated successfully, but these errors were encountered: