Mixpanel Community Icon

Viewing Full User Property List on Profile Page

·
·

how can i see a list property for a user? in the user’s profile page, it’s truncated, and hovering doesn’t reveal anything except 🚫

  • Avatar of kapa.ai
    kapa.ai
    APP
    ·
    ·

    Hi Saleh N., Please stand by as I search the Mixpanel knowledge base for an AI-powered answer. I normally take about 15 seconds or so. In case AI cannot answer your question, feel free to reach out to Mixpanel support at mixpanel.com/get-support. If you have follow-up questions for this thread, please tag me again with your question: @kapa.ai <follow-up question> 👋

    Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai

  • Avatar of kapa.ai
    kapa.ai
    APP
    ·
    ·

    You're right that list properties in Mixpanel user profiles can be truncated in the UI. Based on the knowledge sources, there isn't a direct way to view the complete list property directly in the user profile page interface.However, you can validate and view your list properties through these methods: 1. Use the Events view - You can find the user in Events and inspect the complete JSON payload of events that contain the list property. In Events, you can toggle "JSON mode" to view the complete JSON object Mixpanel received, which would show the full list property values.2. Use the Mixpanel API - Since the UI has limitations for displaying list properties, you can access the complete data through the Mixpanel API.It's worth noting that according to the documentation, list properties have specific limits: - Event Property lists: 8KB - User Profile Property lists: 256KB - Each string item in a list is limited to 255 bytesAlso, the documentation mentions that "Editing of list properties is not supported directly within the Mixpanel UI. To modify list properties, you must use the Mixpanel API or one of our SDKs." This suggests that the UI has limited support for displaying and interacting with list properties.Debugging documentation recommends using Events to inspect the complete data that Mixpanel has received.

    kapa.ai is still learning and improving, please let me know how I did by reacting below.

    ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.