|
1 | 1 | ---
|
2 |
| -title: 'AB Tasty client side Destination' |
3 |
| -hidden: true |
| 2 | +rewrite: true |
| 3 | +title: AB Tasty Destination |
4 | 4 | id: 6214f1347a49cda426260372
|
5 |
| -published: false |
6 | 5 | beta: true
|
7 | 6 | ---
|
| 7 | + |
| 8 | +# AB Tasty Destination |
| 9 | + |
| 10 | +[AB Tasty](https://www.abtasty.com){:target="_blank"} lets you build end-to-end experiences that drive growth across all digital channels. Marketing, product and engineering teams work together to deliver seamless user experiences with AB Tasty. |
| 11 | + |
| 12 | +AB Tasty maintains this destination. For any issues with the destination, [contact the AB Tasty Support team ](mailto:[email protected]). |
| 13 | + |
| 14 | +## Getting Started |
| 15 | + |
| 16 | +{% include content/connection-modes.md %} |
| 17 | + |
| 18 | +1. From the Destinations catalog page in the Segment App, click **Add Destination**. |
| 19 | +2. Search for **AB Tasty** in the Destinations Catalog, and select the **AB Tasty** destination. |
| 20 | +3. Choose which Source should send data to the AB Tasty destination. |
| 21 | +4. Go to the [AB Tasty settings interface](https://app2.abtasty.com/settings/integration/api-configuration){:target="_blank"} and navigate to **Integrations > API Key**. |
| 22 | +5. Click **Generate API Key** (if the API key doesn't already exist) and copy the API key. |
| 23 | +6. Enter the API key in the AB Tasty destination settings in Segment. |
| 24 | + |
| 25 | +## Supported methods |
| 26 | + |
| 27 | +AB Tasty supports the following methods, as specified in the [Segment Spec](/docs/connections/spec). |
| 28 | + |
| 29 | +### Identify |
| 30 | + |
| 31 | +Send [Identify](/docs/connections/spec/identify) calls to AB Tasty webhook. For example: |
| 32 | + |
| 33 | +```js |
| 34 | +analytics.identify('userId123', { |
| 35 | + |
| 36 | + trait1: 1, |
| 37 | + trait2: "test", |
| 38 | + trait3: true |
| 39 | + }, |
| 40 | +}); |
| 41 | +``` |
| 42 | + |
| 43 | +Segment sends Identify calls to AB Tasty as an `identify` event. The AB Tasty data engine then ingests the different traits associated to the identified user. |
| 44 | + |
| 45 | +Traits received are then available in the [AB Tasty segment builder](https://abtasty.zendesk.com){:target="_blank"}. |
| 46 | + |
| 47 | +### Group |
| 48 | + |
| 49 | +Send [Group](/docs/connections/spec/group) calls to AB Tasty webhook. The AB Tasty data engine then ingests the different traits associated to the identified group. For example: |
| 50 | + |
| 51 | +```js |
| 52 | +analytics.group("0e8c78ea9d97a7b8185e8632", { |
| 53 | + name: "Initech", |
| 54 | + industry: "Technology", |
| 55 | + employees: 329, |
| 56 | + plan: "enterprise", |
| 57 | + "total billed": 830, |
| 58 | +}); |
| 59 | +``` |
| 60 | + |
| 61 | +Segment sends Track calls to AB Tasty as a `group` event. The AB Tasty data engine then ingests the different traits associated to the identified user. |
| 62 | + |
| 63 | +Traits received are then available in the [AB Tasty segment builder](https://abtasty.zendesk.com){:target="_blank"}. |
0 commit comments