Closed miguelperez closed 13 years ago
The javascript library allow you to set a visitors ID...
mpmetrics.identify("USERNAME_HERE_OR_ANY_STRING")
I was looking at the code, and could not find this. Can this be doable with this implementation?
Yep, assuming you had this library initialized to a @mixpanel object you'd just use @mixpanel.append_api("identify", "USERNAME_HERE_OR_ANY_STRING")
@mixpanel.append_api("identify", "USERNAME_HERE_OR_ANY_STRING")
The javascript library allow you to set a visitors ID...
I was looking at the code, and could not find this. Can this be doable with this implementation?