Skip to content

Commit 2e4fb22

Browse files
Merge pull request #6809 from segmentio/thomas/convertly
Rename and update docs (metricstory -> convertly)
2 parents db7c01e + 1400c25 commit 2e4fb22

File tree

3 files changed

+59
-46
lines changed

3 files changed

+59
-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: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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](mailto:[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.
17+
5. Copy your API key.
18+
6. Return to Segment and enter the API key in the destination settings for your Convertly destination.
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 Convertly, for example:
27+
28+
```js
29+
analytics.page();
30+
```
31+
32+
Page calls are used in Convertly to analyze drop off and build user funnels.
33+
34+
### Identify
35+
36+
Send Identify calls to Convertly, for example:
37+
38+
```js
39+
analytics.identify("userId123", {
40+
41+
});
42+
```
43+
44+
Identify calls are used in Convertly to recognize users with a unique ID. This allows Convertly to generate charts and tables, providing insights into how users interact with data—all in natural language.
45+
46+
### Track
47+
48+
Send Track calls to Convertly, for example:
49+
50+
```js
51+
analytics.track("Login Button Clicked");
52+
```
53+
54+
Track calls, along with event names, are used in Convertly to track user events. Once a track event is sent, Convertly can query the data using natural language.

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

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

0 commit comments

Comments
 (0)