From f15faaab89c8a6057225e6fac51e6365273726c7 Mon Sep 17 00:00:00 2001 From: Thomas Gilbert Date: Tue, 8 Nov 2022 09:35:16 -0500 Subject: [PATCH 1/2] Add docs, and remove hidden parameter for atatus destination --- .../destinations/catalog/atatus/index.md | 37 ++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/atatus/index.md b/src/connections/destinations/catalog/atatus/index.md index f107bd12da..8e44098a56 100644 --- a/src/connections/destinations/catalog/atatus/index.md +++ b/src/connections/destinations/catalog/atatus/index.md @@ -1,5 +1,40 @@ --- title: 'Atatus Destination' -hidden: true id: 54c02204db31d978f14a7f6d --- + +[Atatus](https://www.atatus.com/) provides visibility into the performance of an application and +its underlying infrastructure under a single dashboard. This visibility can help businesses identify +and diagnose issues, and take corrective action to prevent or resolve application issues. + +## Getting Started +Before you start, make sure Atatus supports the source type and connection mode you’ve +chosen to implement. You can learn more about [connection modes +here](https://segment.com/docs/connections/destinations/#connection-modes). + +1. From the destinations catalog page in the segment web app, click on **Destinations -> Add +Destination**. +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. +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: + +```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. \ No newline at end of file From 022626e3f6985844974b69552bf132ee8af3c045 Mon Sep 17 00:00:00 2001 From: Thomas Gilbert Date: Thu, 10 Nov 2022 11:04:47 -0500 Subject: [PATCH 2/2] remove supported region prompt for Airship source --- src/connections/sources/catalog/cloud-apps/airship/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/connections/sources/catalog/cloud-apps/airship/index.md b/src/connections/sources/catalog/cloud-apps/airship/index.md index e72c0a6e37..c3ef0f93f3 100644 --- a/src/connections/sources/catalog/cloud-apps/airship/index.md +++ b/src/connections/sources/catalog/cloud-apps/airship/index.md @@ -3,7 +3,6 @@ title: Airship Source beta: true id: 85V0O2lkFs --- -{% include content/source-region-unsupported.md %} [Airship](https://www.airship.com) gives brands the data, channels, orchestration and services they need to deliver push notifications, emails, SMS, in-app messages, and more to the right person at the right moment — building trust, boosting engagement, driving action and growing value.