Skip to content

Commit da22aed

Browse files
adding AB Tasty docs (#1603)
* Update integrations.mdx * Update _meta.ts * Create abtasty.md --------- Co-authored-by: ishamehramixpanel <[email protected]>
1 parent f0df23f commit da22aed

File tree

3 files changed

+61
-0
lines changed

3 files changed

+61
-0
lines changed

pages/docs/cohort-sync/integrations.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ These integrations allow you to send your [Cohorts](/docs/users/cohorts) to othe
1010

1111
## Featured Integrations
1212
<Cards>
13+
<Cards.Card icon title="AB Tasty" href="/docs/cohort-sync/integrations/abtasty" />
1314
<Cards.Card icon title="Airship" href="/docs/cohort-sync/integrations/airship" />
1415
<Cards.Card icon title="Appcues" href="/docs/cohort-sync/integrations/appcues" />
1516
<Cards.Card icon title="Apptimize" href="/docs/cohort-sync/integrations/apptimize" />

pages/docs/cohort-sync/integrations/_meta.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default {
2+
"abtasty": "AB Tasty",
23
"airship": "Airship",
34
"appcues": "Appcues",
45
"apptimize": "Apptimize",
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# AB Tasty
2+
3+
4+
## Overview
5+
6+
The Mixpanel and AB Tasty integration provides a bidirectional data sync, allowing you to export Mixpanel cohorts to AB Tasty for precise experiment targeting and import AB Tasty experiment data into Mixpanel for comprehensive behavior analysis. This seamless exchange enhances your ability to analyze, segment, and personalize user experiences.
7+
8+
## Permissions
9+
10+
To set up this integration, the following permissions are required:
11+
12+
### Mixpanel Permissions:
13+
14+
- Service Account Access: You will need a Mixpanel Service Account with permissions to read and manage cohorts.
15+
- Project Token: Ensure you have access to the Mixpanel Project Token for the relevant project.
16+
17+
### AB Tasty Permissions:
18+
19+
Admin Access: You need admin-level permissions in AB Tasty to configure and enable integrations.
20+
21+
## Enable the Integration
22+
23+
### Mixpanel Setup
24+
25+
1. Access Integration under the Data Management tab in the top navigation bar.
26+
2. In the Integrations list, select AB Tasty, and click Connect.
27+
3. To set up the AB Tasty integration, you need to enter your account’s API Key. Copy and paste the API Key of your AB Tasty account. Click Continue.
28+
29+
30+
31+
### In AB Tasty
32+
33+
1. Access Integrations > Integration Hub.
34+
2. Search for and select Mixpanel.
35+
3. Click Setup connector.
36+
4. Give a name to your connector so you can easily retrieve it.
37+
5. Click Save and create connector.
38+
39+
## Export Cohorts from Mixpanel to AB Tasty
40+
41+
To export the cohorts to AB Tasty, follow the steps below:
42+
43+
1. Click Cohorts under Users in the navigation bar.
44+
2. Select the cohort that you want to export. Click the three-dot icon on the right side of the cohort.
45+
3. Click Export to > AB Tasty. Select either one-time sync or dynamic sync. Click Start Sync.
46+
47+
AB Tasty Documentation on cohorts exports from Mixpanel is [here](https://support.abtasty.com/hc/en-us/articles/7305491216924-Mixpanel)
48+
49+
- Mixpanel sends the cohorts every 15 minutes in case of recurring exports
50+
- AB tasty pushes the abtasty_visitor_id to Mixpanel, and Mixpanel includes it in the cohort export. The abtasty_visitor_id is used to match the user.
51+
- For the cohorts to be used in AB Tasty’s segment builder (once exported from Mixpanel), we need to match at least one user i.e. empty cohorts will not be displayed in the segment builder.
52+
53+
54+
## AB Tasty Events in Mixpanel
55+
This integration relies on using the Mixpanel SDK. Assuming the integration has been set up, you'll see events that contain an **AB Tasty** property on events that fire from pages where an AB Tasty campaign is running. This property’s value contains the AB Tasty campaign and variation’s ID.
56+
57+
Once you have data flowing from AB Tasty to Mixpanel, you can filter your Mixpanel reports on AB Tasty campaigns and variations by using the **AB Tasty** event property breakdown.
58+
59+

0 commit comments

Comments
 (0)