Skip to content

Commit 4629256

Browse files
author
Thomas Gilbert
committed
Add docs for new Jimo destination
1 parent 87a4989 commit 4629256

File tree

1 file changed

+44
-0
lines changed
  • src/connections/destinations/catalog/jimo

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Jimo Destination
3+
id: 6294dd197382c750f0fe1e2d
4+
---
5+
6+
[Jimo](https://yourintegration.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) enables product teams to connect with end-users in any step of the product lifecycle from ideas, shaping to release, multiplying by 5 users’ engagement and loyalty over a product.
7+
8+
This destination is maintained by Jimo. For any issues with the destination, [contact the Jimo Support team](mailto:[email protected]).
9+
10+
## Getting Started
11+
12+
{% include content/connection-modes.md %}
13+
14+
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
15+
2. Search for "Jimo" in the Destinations Catalog, and select the "Jimo" destination.
16+
3. Choose which Source should send data to the "Jimo" destination.
17+
4. Go to the [Jimo dashboard](https://i.usejimo.com/settings/integrations){:target="\_blank"}, find and copy the "API key".
18+
5. Enter the "API Key" in the "Jimo" destination settings in Segment.
19+
20+
## Supported methods
21+
22+
Jimo supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
23+
24+
### Identify
25+
26+
Send [Identify](/docs/connections/spec/identify) calls to enrich your end-users data to help you target the right users based on their traits. For example:
27+
28+
```js
29+
analytics.identify("userId123", {
30+
31+
});
32+
```
33+
34+
Segment sends Identify calls to Jimo as an `identify` event.
35+
36+
### Track
37+
38+
Send [Track](/docs/connections/spec/track) calls to help you target your end-users based on their behavior on your app. For example:
39+
40+
```js
41+
analytics.track("Login Button Clicked");
42+
```
43+
44+
Segment sends Track calls to Jimo as a `track` event.

0 commit comments

Comments
 (0)