Skip to content

User profile are not showing on mixpanel dashborad #751

Closed
@Usama75

Description

@Usama75

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions