You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/metricstory/index.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,30 +4,30 @@ id: 65e8b496eec9c40dbccbf749
4
4
beta: true
5
5
---
6
6
7
-
[MetricStory](https://www.metricstory.ai){:target="_blank”} lets you run AI on your product analytics. Create and generate charts and analyze data in minutes.
7
+
[MetricStory](https://www.metricstory.ai){:target="_blank”} lets you run AI on your product analytics, create and generate charts, and analyze data in minutes.
8
8
9
-
This destination is maintained by MetricStoryAI. For any issues with the destination, contact the [MetricStory support team](support@metricstory.a).
9
+
MetricStoryAI maintains this destination. For any issues with the destination, contact the [MetricStory support team](support@metricstory.ai).
10
10
11
11
## Getting started
12
-
1. From the Destination catalog page in the Segment app, search for MetricStory
13
-
2. Select and click Add Destination
14
-
3. Select an existing Source to connect to.
15
-
4.Go to the [API Keys](https://www.metricstory.ai/account/apikeys){:target="_blank"} page in MetricStory.ai.
12
+
1. From the Destination catalog page in the Segment app, search for MetricStory.
13
+
2. Select and click **Add Destination**.
14
+
3. Select an existing source to connect to.
15
+
4. Go to the [API Keys](https://www.metricstory.ai/account/apikeys){:target="_blank"} page in MetricStory.ai.
16
16
5. Copy your API key
17
-
6. Enter the API key in the destination settings in Segment
17
+
6. Enter the API key in the destination settings in Segment.
18
18
19
19
## Supported methods
20
20
MetricStory supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
21
21
22
22
### Page
23
-
The Page method triggers a call to our`page` method which lets users query drop off in the funnel.
23
+
The Page method triggers a call to Segment's`page` method which lets users query drop off in the funnel.
24
24
25
25
```js
26
26
analytics.page()
27
27
```
28
28
29
29
### Identify
30
-
The Identify call identifies users for tracking purposes within MetricStory. MetricStory uses this data to group users together in cohorts, track individual user data and more.
30
+
The Identify call identifies users for tracking purposes within MetricStory. MetricStory uses this data to group users together in cohorts, track individual user data, and more.
31
31
32
32
```js
33
33
analytics.identify('userId123', {
@@ -40,4 +40,4 @@ MetricStory uses this data to understand how users are interacting with apps and
0 commit comments