Skip to content

Commit 76b954e

Browse files
authored
Update cohorts.mdx
changing the section for the call out to be under "How Cohorts are Computed"
1 parent 282a7e3 commit 76b954e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/docs/users/cohorts.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ Note that Cohorts created using this method are static; they will not update ove
8787
## Using Cohorts in Analysis
8888
You can visualize how cohorts size over time, use cohorts to filter your reports, or compare how cohorts perform a metric.
8989

90-
<Callout type="info">
91-
**Note:** If you import historical data with events timestamped more 30 days ago, the historical events will not be used in your existing cohort queries until 12 hours after you've imported the data.
92-
</Callout>
93-
9490
### Visualizing Cohort Size Over Time
9591

9692
In Insights, you can define a metric based on the size of a cohort over time. This is useful to understand how key subsets of your user base (like your Power Users) are trending over time. Select a cohort from the "Events and Cohorts" menu in the Insights report; this will generate a line chart that shows the size of the cohort over time. Each point is the size of the cohort as of the end of that time interval.
@@ -107,6 +103,10 @@ When breaking down metrics by multiple cohorts, events are evaluated independent
107103

108104
## How Cohorts are Computed
109105

106+
<Callout type="info">
107+
**Note:** If you import historical data with events timestamped more 30 days ago, the historical events will not be used in your existing cohort queries until 12 hours after you've imported the data.
108+
</Callout>
109+
110110
Cohorts are computed dynamically at the time that you use them in a query. Suppose you make a funnels report that filters down to the New Users cohort. Under the hood, Mixpanel does the following:
111111
1. Run a query to compute the set of users who are in the cohort as of right now (the time that the query is run).
112112
2. Run a query to compute the set of users who converted in the funnel, filtering down to the list produced in Step 1.

0 commit comments

Comments
 (0)