Skip to content

Rename and update docs (metricstory -> convertly) #6809

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/_data/catalog/slugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sources:
- original: "alloy-flow"
override: "alloyflow"
- original: "mixpanel-cohorts"
override: "mixpanel-cohorts-source"
override: "mixpanel-cohorts-source"
destinations:
- original: "vwo-cloud-mode-actions"
override: "actions-vwo-cloud"
Expand Down Expand Up @@ -222,4 +222,7 @@ destinations:
- original: "moloco-mcm"
override: "actions-moloco-rmp"
- original: "xtremepush-actions"
override: "actions-xtremepush"
override: "actions-xtremepush"
- original: "metricstory"
override: "convertly"

54 changes: 54 additions & 0 deletions src/connections/destinations/catalog/convertly/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: Convertly Destination
id: 65e8b496eec9c40dbccbf749
beta: true
---

[Convertly](https://www.tryconvertly.com){:target="\_blank”} lets you run AI on your product analytics. Create and generate charts and analyze data in minutes.

This destination is maintained by Convertly. For any issues with the destination, contact the [Convertly support team](mailto:support@tryconvertly.com).

## Getting started

1. From the Destination catalog page in the Segment app, search for Convertly.
2. Select and click **Add Destination**.
3. Select an existing Source to connect to.
4. In Convertly, navigate to your [API Keys](https://www.app.tryconvertly.com/account/apikeys){:target="\_blank"} page.
5. Copy your API key.
6. Return to Segment and enter the API key in the destination settings for your Convertly destination.

## Supported methods

Convertly supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).

### Page

Send Page calls to Convertly, for example:

```js
analytics.page();
```

Page calls are used in Convertly to analyze drop off and build user funnels.

### Identify

Send Identify calls to Convertly, for example:

```js
analytics.identify("userId123", {
email: "john.doe@example.com"
});
```

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.

### Track

Send Track calls to Convertly, for example:

```js
analytics.track("Login Button Clicked");
```

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.
44 changes: 0 additions & 44 deletions src/connections/destinations/catalog/metricstory/index.md

This file was deleted.

Loading