Skip to content

Commit 8c66924

Browse files
committed
updates to metricstory
1 parent d34b00a commit 8c66924

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ This destination is maintained by MetricStoryAI. For any issues with the destina
2020
MetricStory supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
2121

2222
### Page
23-
Send Page calls to ADD WHAT PAGE CALLS ARE USED FOR HERE. For example:
23+
The Page method triggers a call to our `page` method which lets users query drop off in the funnel.
2424

2525
```js
2626
analytics.page()
27-
Segment sends Page calls to MetricStory as a pageview.
27+
```
2828

2929
### Identify
30-
Send Identify calls to ADD WHAT IDENTIFY CALLS ARE USED FOR HERE. For example:
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', {
3434
3535
});
36-
Segment sends Identify calls to MetricStory as an identify event.
36+
```
3737

3838
### Track
39-
Send Track calls to ADD WHAT Track CALLS ARE USED FOR HERE. For example:
39+
MetricStory uses this data to understand how users are interacting with apps and lets users query data with AI through the events.
4040

4141
```js
4242
analytics.track('Login Button Clicked')
43-
Segment sends Track calls to MetricStory as a track event.
43+
```

0 commit comments

Comments
 (0)