need a way to track user behaviour of a cohort in mixpanel. the cohort is available with me as a csv file, which contains user id, how can i import it correctly in mixpanel (without duplication) and track their behaviour?
Hi Udit, happy to chime in here. Mixpanel has a CSV import feature you could potentially use to create a cohort based on your list of users.
The documentation describes this in this page.
Once you create this cohort, you can use it for analysis. The CSV import will automatically de-duplicate rows for you.
Hope this helps.