Skip to content

Commit 9f444d9

Browse files
authored
Merge pull request #4684 from segmentio/mixpanel-cohort-update
Mixpanel Cohorts update
2 parents f014e71 + 64cc746 commit 9f444d9

File tree

1 file changed

+15
-2
lines changed
  • src/connections/sources/catalog/cloud-apps/mixpanel-cohorts

1 file changed

+15
-2
lines changed

src/connections/sources/catalog/cloud-apps/mixpanel-cohorts/index.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This source is maintained by Mixpanel. For any issues with the source, contact t
1414

1515
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog) click **Add Source**.
1616
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.
1818
4. From the new Source's Overview page, copy the Segment WriteKey
1919
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. ![Add the connector name](images/connect.png)
2020
6. Once connected you can go to mixpanel cohorts page and export any cohort to the connection.![Export cohorts](images/export.png)
@@ -36,7 +36,7 @@ The following identify call to Segment when a user enters the cohort:
3636
"userId": "[email protected]" // mixpanel uses the distinct_id property here
3737
}
3838
```
39-
39+
4040

4141
Mixpanel sends the following identify call when a user exits the cohort:
4242
```json
@@ -48,3 +48,16 @@ Mixpanel sends the following identify call when a user exits the cohort:
4848
"userId": "[email protected]" // mixpanel uses the distinct_id property here
4949
}
5050
```
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

Comments
 (0)