Mixpanel Community Icon

Understanding Not Set Users and Platform Visibility Issues

·
·

Some users are showing as "Not Set." Why is this happening, and why are they not appearing on platforms?

  • Avatar of Santi (.
    Santi (.
    ·
    ·

    Platform is not a default mixpanel property, it is a property that you are sending in your events in your implementation

  • Avatar of Santi (.
    Santi (.
    ·
    ·

    based on that screenshot, the most probable is that one of your implementations is sending the Platform property and other implementation is not sending it. Breakdown by "mixpanel library" to know which one is each

  • Avatar of Santi (.
    Santi (.
    ·
    ·

    our client-side SDKs use Operating System ($os)

  • Avatar of Santi (.
    Santi (.
    ·
    ·

    try to brekadown by mixpanel library, platform, operating system

  • Avatar of Jatin D.
    Jatin D.
    ·
    ·

    Thanks for your help. I checked the data and it shows two Mixpanel libraries: web and JDK. We are not sending data directly from the website(JS) due to a 10% error rate (due to payment issues, page refresh problems etc.), so we use the JDK to send data to Mixpanel. However, if we send data from both the website(JS) and the JDK to Mixpanel, it might result in overlapping calculations. How can we avoid this issue? In fact, the total number of users in the image is not correct, indicating this overlap.