Closed
Description
Here is my code how I am sending user profile. My events are listing in live view but profile of user are not showing under user tab.
try {
jsonObject.put("name", currentUser.szName);
jsonObject.put("email", currentUser.szEmail);
jsonObject.put("phone", currentUser.szPhoneNumber);
} catch (JSONException e) {
AnalyticsManager.instance.Error(e);
e.printStackTrace();
}
mixpanelAPI.getPeople().set(jsonObject);
Metadata
Metadata
Assignees
Labels
No labels