You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/mixpanel-cohorts/index.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This source is maintained by Mixpanel. For any issues with the source, contact t
14
14
15
15
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog) click **Add Source**.
16
16
2. Search for **Mixpanel Cohorts** in the Sources Catalog and click **Add Source**.
17
-
3. On the next screen, give the Source a nickname and configure any other settings.
17
+
3. On the next screen, give the Source a nickname and configure any other settings.
18
18
4. From the new Source's Overview page, copy the Segment WriteKey
19
19
5. To export users from Mixpanel to Segment, in Mixpanel first Connect Your segment workspace in integrations page add add the copied WriteKey in the **API KEY** field and give the connection a desired name in **CONNECTOR NAME** field. 
20
20
6. Once connected you can go to mixpanel cohorts page and export any cohort to the connection.
@@ -36,7 +36,7 @@ The following identify call to Segment when a user enters the cohort:
36
36
"userId": "[email protected]"// mixpanel uses the distinct_id property here
37
37
}
38
38
```
39
-
39
+
40
40
41
41
Mixpanel sends the following identify call when a user exits the cohort:
42
42
```json
@@ -48,3 +48,16 @@ Mixpanel sends the following identify call when a user exits the cohort:
48
48
"userId": "[email protected]"// mixpanel uses the distinct_id property here
49
49
}
50
50
```
51
+
52
+
### Sync Mixpanel Cohorts with Engage
53
+
54
+
To send your Cohorts data to Engage, connect a Mixpanel Cohorts source in the Unify settings.
55
+
56
+
To connect Mixpanel Cohorts:
57
+
58
+
1. Navigate to **Unify > Unify settings** and select the **Profile sources** tab.
59
+
2. Click **Connect source** to open the Connect sources window.
60
+
3. Select **Replay data** to replay the last month of data into Engage.
61
+
4. Locate Mixpanel Cohorts and click **Connect source**.
62
+
63
+
Mixpanel Cohorts data will begin to flow into Engage.
0 commit comments