Skip to content

Commit 9d2b47d

Browse files
authored
Minor fixes
1 parent 8c66924 commit 9d2b47d

File tree

1 file changed

+10
-10
lines changed
  • src/connections/destinations/catalog/metricstory

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@ id: 65e8b496eec9c40dbccbf749
44
beta: true
55
---
66

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

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).
1010

1111
## 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.
1616
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.
1818

1919
## Supported methods
2020
MetricStory supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
2121

2222
### 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.
2424

2525
```js
2626
analytics.page()
2727
```
2828

2929
### 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.
3131

3232
```js
3333
analytics.identify('userId123', {
@@ -40,4 +40,4 @@ MetricStory uses this data to understand how users are interacting with apps and
4040

4141
```js
4242
analytics.track('Login Button Clicked')
43-
```
43+
```

0 commit comments

Comments
 (0)