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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,24 +20,24 @@ This destination is maintained by MetricStoryAI. For any issues with the destina
20
20
MetricStory supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
21
21
22
22
### 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.
24
24
25
25
```js
26
26
analytics.page()
27
-
Segment sends Page calls to MetricStory as a pageview.
27
+
```
28
28
29
29
### Identify
30
-
Send Identify calls to ADDWHATIDENTIFYCALLSAREUSEDFORHERE. 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.
0 commit comments