Skip to content

Commit 1f6d321

Browse files
authored
Update index.md
1 parent 224267a commit 1f6d321

File tree

1 file changed

+12
-11
lines changed
  • src/connections/destinations/catalog/ab-tasty-client-side

1 file changed

+12
-11
lines changed

src/connections/destinations/catalog/ab-tasty-client-side/index.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,20 @@ beta: true
77

88
# AB Tasty Destination
99

10-
[AB Tasty](https://urldefense.com/v3/__https://www.abtasty.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners__;!!NCc8flgU!eK4m9yKxeZqvRYUi5qxokQvc3JbNTZ-Zg_1Naqa4sl5u-tH1w1Pw81gzJ2XznPIaxVg3HpQB-aXt4e1ffk3Siz9XJ77t$) 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.
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.
1111

12-
This destination is maintained by AB Tasty. For any issues with the destination, [contact the AB Tasty Support team](mailto:[email protected]).
12+
AB Tasty maintains this destination. For any issues with the destination, [contact the AB Tasty Support team](mailto:[email protected]).
1313

1414
## Getting Started
1515

1616
{% include content/connection-modes.md %}
1717

1818
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://urldefense.com/v3/__https://app2.abtasty.com/settings/integration/api-configuration__;!!NCc8flgU!eK4m9yKxeZqvRYUi5qxokQvc3JbNTZ-Zg_1Naqa4sl5u-tH1w1Pw81gzJ2XznPIaxVg3HpQB-aXt4e1ffk3Si8J8KsWl$) (Integrations > API Key), click generate API Key (if not already existing), copy the API key.
22-
5. Enter the "API Key" in the "AB Tasty" destination settings in Segment.
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.
2324

2425
## Supported methods
2526

@@ -39,13 +40,13 @@ analytics.identify('userId123', {
3940
});
4041
```
4142

42-
Segment sends Identify calls to AB Tasty as an `identify` event. AB Tasty data engine then ingest the different traits associated to the identified user
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.
4344

44-
Traits received are then available in the [AB Tasty segment builder](https://urldefense.com/v3/__https://abtasty.zendesk.com/hc/en-us/articles/360021173873-Defining-your-segment__;!!NCc8flgU!eK4m9yKxeZqvRYUi5qxokQvc3JbNTZ-Zg_1Naqa4sl5u-tH1w1Pw81gzJ2XznPIaxVg3HpQB-aXt4e1ffk3Si3uCwYpb$).
45+
Traits received are then available in the [AB Tasty segment builder](https://abtasty.zendesk.com){:target="_blank"}.
4546

4647
### Group
4748

48-
Send [Group](/docs/connections/spec/group) calls to AB Tasty webhook. AB Tasty data engine then ingest the different traits associated to the identified group. For example:
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:
4950

5051
```js
5152
analytics.group("0e8c78ea9d97a7b8185e8632", {
@@ -57,6 +58,6 @@ analytics.group("0e8c78ea9d97a7b8185e8632", {
5758
});
5859
```
5960

60-
Segment sends Track calls to AB Tasty as a `group` event. AB Tasty data engine then ingest the different traits associated to the identified user
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.
6162

62-
Traits received are then available in the [AB Tasty segment builder](https://urldefense.com/v3/__https://abtasty.zendesk.com/hc/en-us/articles/360013775899-Audience-Manager-Creating-a-segment-__;!!NCc8flgU!eK4m9yKxeZqvRYUi5qxokQvc3JbNTZ-Zg_1Naqa4sl5u-tH1w1Pw81gzJ2XznPIaxVg3HpQB-aXt4e1ffk3Si1GlHOMI$).
63+
Traits received are then available in the [AB Tasty segment builder](https://abtasty.zendesk.com){:target="_blank"}.

0 commit comments

Comments
 (0)