Skip to content

Commit ad86ca2

Browse files
committed
adds destination docs
1 parent b995901 commit ad86ca2

File tree

1 file changed

+37
-0
lines changed
  • src/connections/destinations/catalog/metricstory

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
title: MetricStory Destination
2+
Include a 1-2 sentence introduction to your company and the value it provides to customers - updating the name and hyperlink. Please leave the utm string unchanged.
3+
4+
[MetricStory](https://www.metricstory.ai){:target="_blank”} lets you run AI on your product analytics. Create and generate charts and analyze data in minutes.
5+
6+
This destination is maintained by MetricStoryAI. For any issues with the destination, contact the [MetricStory support team]([email protected]).
7+
8+
Getting started
9+
1. From the Destination catalog page in the Segment app, search for MetricStory
10+
2. Select and click Add Destination
11+
3. Select an existing Source to connect to.
12+
4. Go to the [API Keys](https://www.metricstory.ai/account/apikeys){:target="_blank"} page in MetricStory.ai.
13+
5. Copy your API key
14+
6. Enter the API key in the destination settings in Segment
15+
16+
Supported methods
17+
MetricStory supports the following methods, as specified in the Segment Spec.
18+
19+
Page
20+
Send Page calls to ADD WHAT PAGE CALLS ARE USED FOR HERE. For example:
21+
22+
analytics.page()
23+
Segment sends Page calls to MetricStory as a pageview.
24+
25+
Identify
26+
Send Identify calls to ADD WHAT IDENTIFY CALLS ARE USED FOR HERE. For example:
27+
28+
analytics.identify('userId123', {
29+
30+
});
31+
Segment sends Identify calls to MetricStory as an identify event.
32+
33+
Track
34+
Send Track calls to ADD WHAT Track CALLS ARE USED FOR HERE. For example:
35+
36+
analytics.track('Login Button Clicked')
37+
Segment sends Track calls to MetricStory as a track event.

0 commit comments

Comments
 (0)