Cohorts are dynamic user segments based on behaviors or attributes. Use cohorts to compare user groups, filter reports, and understand how different segments perform.
A cohort is a saved definition of “users who match these criteria”:
Cohort: "Power builders"Definition:├── Has done: agent_run_completed│ └── At least 10 times│ └── In the last 30 days├── AND user property: plan = "enterprise"
Dynamic: Cohorts automatically update as users match or unmatch the criteria.
Users who:├── Did [event_name]│ ├── Frequency: at least N times / exactly N times / at most N times│ ├── Time frame: in the last N days / between dates / ever│ └── Where: [property filters]│└── Did NOT do [event_name] └── Time frame: in the last N days / ever
Examples:
✓ Did "agent_run_completed" at least 5 times in the last 30 days✓ Did NOT do "integration_connected" in the last 7 days✓ Did "workflow_published" where surface = "in_app"
"Power Users"├── Did any_event at least 50 times├── In the last 30 days"Casual Users"├── Did any_event at least 5 times├── AND at most 20 times├── In the last 30 days"At-Risk Users"├── Did any_event in the last 90 days├── AND did NOT do any_event in the last 14 days
"High workspaces"├── User property: seat_count > 50├── OR did workflow_published at least 5 times in the last 30 days"Multi-integration"├── Did integration_connected where provider = "slack"├── AND did integration_connected where provider = "salesforce""Newly activated"├── Did agent_run_completed in the last 7 days├── AND did NOT do agent_run_completed before 7 days ago
"New Users (This Week)"├── User property: first_seen in the last 7 days"Completed Onboarding"├── Did onboarding_completed"Churned"├── Did any_event in the last 90 days├── AND did NOT do any_event in the last 30 days
"Twitter Acquisition"├── User property: utm_source = "twitter"├── OR initial_referrer contains "twitter.com""Organic Search"├── User property: utm_medium = "organic"├── OR initial_referrer contains "google.com"├── OR initial_referrer contains "bing.com"
"Heavy automation"├── Did workflow_published at least 3 times├── AND did run_succeeded at least 20 times├── In the last 30 days"Template-first"├── Did template_applied at least 5 times├── OR user property: favorite_template_id is_set