EMMA user stats lets you track leads, old foreign users and whatever you want linked to a user in order to create custom segments on EMMA dashboard.
User’s Sign Up
EMMA.registerUserID(userID, userMail)
RegisterUser set a complete registration from device on EMMA database for a userID (String) and userMail (String)
User’s Login
EMMA.loginUserID(userID, userMail)
LoginUser logs the user on EMMA database for a userID (String) and userMail (String).
Track User’s Extra Info
EMMA.trackExtraUserInfo(extras)
This method update or add extra (array = {}) parameters for current logged user in order to have a better segmentation data. It can be used anywhere.
0 Comments