Skip to content

Commit ef4ea3c

Browse files
authored
Merge pull request #672 from segmentio/repo-sync
repo sync
2 parents 1225092 + c28c6ef commit ef4ea3c

File tree

2 files changed

+7
-5
lines changed
  • src/connections

2 files changed

+7
-5
lines changed

src/connections/destinations/catalog/atatus/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,23 @@ Before you start, make sure Atatus supports the source type and connection mode
1212
2. Search for "Atatus" in the destination catalog and select Atatus as the destination.
1313
3. Click on **Configure Atatus**.
1414
4. Choose which **Data Source** should send data to the Atatus destination and click Next.
15-
5. Enter the desired destination and click Save. You will be navigated to the settings page where
16-
you will have to add the API key to start receiving insights.
15+
16+
5. Enter the desired destination and click Save. You will be navigated to the settings page where you will have to add the API key to start receiving insights.
1717
6. You can find the API key in your browser project settings.
1818
7. Enter the **API Key** in the Atatus destination settings in Segment.
1919

2020
## Supported Methods
2121

2222
### Identify
23-
If you’re not familiar with the Segment Specs, take a look to understand what the [Identify](https://segment.com/docs/connections/spec/identify/) method does. An example call would look like this:
23+
24+
If you’re not familiar with the Segment Specs, take a look to understand what the [Identify](/docs/connections/spec/identify/) method does. An example call would look like this:
2425

2526
```javascript
2627
analytics.identify('userid_123', {
2728
name: "John Doe",
2829
2930
});
3031
```
31-
When you call `identify()` method, the Atatus SDK call `atatus.setUser` by passing in the traits you provided. Atatus will map the userId you provide as traits.id with which you can easily track user activity and gain a specific user's performance insights.
32+
33+
When you call Identify, the Atatus SDK calls `atatus.setUser` by passing in the traits you provided. Atatus maps the userId you provide as `traits.id`, which you can use to track user activity and gain a specific user's performance insights.
34+

src/connections/sources/catalog/cloud-apps/braze/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: Braze Source
33
id: L8TEm5Z8UV
44
---
5-
{% include content/source-region-unsupported.md %}
65

76
[Braze](https://www.braze.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} is a marketing automation and customer engagement platform. Growth, Engagement, and Marketing teams use Braze to build great long term relationships with their customers across key digital channels.
87

0 commit comments

Comments
 (0)