Skip to content

Atatus destination documentation #3793

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions src/connections/destinations/catalog/atatus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,23 @@ Before you start, make sure Atatus supports the source type and connection mode
2. Search for "Atatus" in the destination catalog and select Atatus as the destination.
3. Click on **Configure Atatus**.
4. Choose which **Data Source** should send data to the Atatus destination and click Next.
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.

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.
6. You can find the API key in your browser project settings.
7. Enter the **API Key** in the Atatus destination settings in Segment.

## Supported Methods

### Identify
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:

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:

```javascript
analytics.identify('userid_123', {
name: "John Doe",
email: "johndoe@example.com"
});
```
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.

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.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Braze Source
id: L8TEm5Z8UV
---
{% include content/source-region-unsupported.md %}

[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.

Expand Down