how can i search user by specific distinct id?
Hi Chelsea, 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
To search for a user by a specific distinct ID in Mixpanel, you can use the Events feature. Here's how you can do it:1. Navigate to the Events section in Mixpanel.
2. Use the search or filter functionality to look for the specific distinct ID.According to the Mixpanel documentation:> Search by $user_id
, $device_id
, distinct_id
, or user property values. If you are using Mixpanel's JavaScript SDK, you can use mixpanel.get_distinct_id
to return your own distinct_id in your browser console and copy the distinct_id value into the Events search bar.Once you've found an event associated with the distinct ID you're looking for, you can:1. Click on the event to expand it.
2. Inspect all the properties sent with the event.
3. Toggle between 'Your Properties' and 'Mixpanel Properties' tabs to see custom and default properties.
4. Use the 'JSON mode' to view the complete JSON object Mixpanel received.Additionally, you can access the User Profile from the Events view by clicking the User icon on the left after finding an event with the desired distinct ID.This method allows you to find and examine specific users based on their distinct ID, giving you access to their event history and associated properties.
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.