Atatus Destination
Destination Info
- Accepts Page, and Identify calls
- Refer to it as Atatus in the Integrations object
Components
Atatus 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.
- From the destinations catalog page in the segment web app, click on Destinations -> Add Destination.
- Search for “Atatus” in the destination catalog and select Atatus as the destination.
- Click on Configure Atatus.
-
Choose which Data Source should send data to the Atatus destination and click Next.
- 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.
- You can find the API key in your browser project settings.
- 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 method does. An example call would look like this:
analytics.identify('userid_123', {
name: "John Doe",
email: "johndoe@example.com"
});
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.
Settings
Segment lets you change these destination settings from the Segment app without having to touch any code.
Setting | Description |
---|---|
Allowed Domains | array , defaults to . Track errors and performance metrics only from specific domains. If this blacklist is empty, all domains will track metrics. |
API Key (required) |
string . To find your API Key, create a project in your Atatus dashboard. The key should look something like this: 16ae323d8b3244733a981215c9d66e67d |
Disable AJAX Monitoring | boolean , defaults to FALSE . If you don’t want to track the AJAX(XHR) requests in your app, then select this option. |
Disable SPA (required) |
boolean , defaults to FALSE . Enable this setting if you want to disable SPA support. |
Enable Offline Errors and Metrics | boolean , defaults to FALSE . Enable offline errors and metrics tracking when network connectivity is not available. |
This page was last modified: 10 Nov 2022
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!