Mixpanel · Arazzo Workflow
Mixpanel Cohort-Driven Segmentation
Version 1.0.0
List project cohorts then segment an event filtered to a chosen cohort.
View Spec
View on GitHub
AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser BehaviorArazzoWorkflows
Provider
Workflows
cohort-driven-segmentation
List cohorts then segment an event scoped to one cohort.
Calls /cohorts/list to retrieve cohorts, then queries /segmentation for the event filtered with a cohort where expression.
1
listCohorts
listCohorts
Retrieve all cohorts defined in the project to confirm the requested cohort exists. Uses service account basic auth.
2
segmentByCohort
querySegmentation
Query event segmentation for the event scoped to the chosen cohort using a where expression that references the cohort ID.