can i make cohorts like this: "Cohort A" where every user has this property --> profileName has 'child' in it So everytime a new user appears, their profileName is checked and they automatically get added to Cohort A is this possible?
Yes, this is possible in Mixpanel! You can create a dynamic cohort based on a user profile property condition like this.
How to set it up
In the Cohort Builder (accessible via the Users page), you can define a cohort using a condition like:
"Users where profileName contains 'child'"
This uses the profile property filter option in the cohort builder, which supports conditions of the form "Users where <profile property> is equal to / contains / matches <value>". [Cohorts docs]
Important caveat about dynamic updates
Cohorts in Mixpanel that are based on user profile properties are dynamic โ they are not static snapshots. However, there's one important thing to note:
Because user profile properties only store the most recent value, cohorts involving user profile properties will use the current value of those properties at the time the cohort is evaluated.
So as new users are added and their profileName property is set, they will automatically be included in the cohort the next time it is evaluated. [Cohorts docs]
Summary
โ You can create "Cohort A" with the filter: profileName contains "child"
โ New users whose profileName matches will be picked up automatically (since the cohort uses the current property value)
โ ๏ธ The cohort reflects the current value of profileName โ if a user's name changes, their cohort membership will update accordingly
โน๏ธย Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
