Skip to content

Commit dca32bb

Browse files
author
Thomas Gilbert
committed
rename and update docs for metricstory
1 parent abf12aa commit dca32bb

File tree

3 files changed

+58
-46
lines changed

3 files changed

+58
-46
lines changed

src/_data/catalog/slugs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sources:
1111
- original: "alloy-flow"
1212
override: "alloyflow"
1313
- original: "mixpanel-cohorts"
14-
override: "mixpanel-cohorts-source"
14+
override: "mixpanel-cohorts-source"
1515
destinations:
1616
- original: "vwo-cloud-mode-actions"
1717
override: "actions-vwo-cloud"
@@ -222,4 +222,7 @@ destinations:
222222
- original: "moloco-mcm"
223223
override: "actions-moloco-rmp"
224224
- original: "xtremepush-actions"
225-
override: "actions-xtremepush"
225+
override: "actions-xtremepush"
226+
- original: "metricstory"
227+
override: "convertly"
228+
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: Convertly Destination
3+
id: 65e8b496eec9c40dbccbf749
4+
beta: true
5+
---
6+
7+
[Convertly](https://www.tryconvertly.com){:target="\_blank”} lets you run AI on your product analytics. Create and generate charts and analyze data in minutes.
8+
9+
This destination is maintained by Convertly. For any issues with the destination, contact the [Convertly support team]([email protected]).
10+
11+
## Getting started
12+
13+
1. From the Destination catalog page in the Segment app, search for Convertly.
14+
2. Select and click Add Destination.
15+
3. Select an existing Source to connect to.
16+
4. In Convertly, navigate to your [API Keys](https://www.app.tryconvertly.com/account/apikeys){:target="\_blank"} page in the Convertly app.
17+
5. Copy your API key.
18+
6. Enter the API key in the destination settings in Segment.
19+
20+
## Supported methods
21+
22+
Convertly supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
23+
24+
### Page
25+
26+
Send Page calls to ADD WHAT PAGE CALLS ARE USED FOR HERE. For example:
27+
28+
```js
29+
analytics.page()
30+
Segment sends Page calls to Convertly as a pageview.
31+
```
32+
33+
### Identify
34+
35+
Send Identify calls to ADD WHAT IDENTIFY CALLS ARE USED FOR HERE. For example:
36+
37+
```js
38+
analytics.identify("userId123", {
39+
40+
});
41+
```
42+
43+
Segment sends Identify calls to Convertly as an identify event.
44+
45+
### Track
46+
47+
Send Track calls to ADD WHAT Track CALLS ARE USED FOR HERE. For example:
48+
49+
```js
50+
analytics.track("Login Button Clicked");
51+
```
52+
53+
Segment sends Track calls to Convertly as a track event.

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

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)