Skip to content

Commit 327852c

Browse files
Add docs for new Jimo destination (#3369)
* Add docs for new Jimo destination * edits * added jimo to vale Co-authored-by: stayseesong <[email protected]> Co-authored-by: stayseesong <[email protected]>
1 parent d571b51 commit 327852c

File tree

3 files changed

+48
-2
lines changed

3 files changed

+48
-2
lines changed

.github/styles/Vocab/Docs/accept.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Javadoc
6767
Javadocs
6868
Javascript
6969
Jebbit
70+
Jimo
7071
Jivox
7172
Kameleoon
7273
Kissmetrics
@@ -112,4 +113,4 @@ waitlist
112113
WebKit
113114
Wootric
114115
Xcode
115-
Zendesk
116+
Zendesk
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){:target="_blank"} 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+
Jimo maintains this destination. 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"} and 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.

vale-styles/Vocab/Docs/accept.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ iOS
5555
Javadoc
5656
Javadocs
5757
Javascript
58+
Jimo
5859
Jivox
5960
Kameleoon
6061
Kissmetrics
@@ -90,4 +91,4 @@ viewability
9091
waitlist
9192
WebKit
9293
Wootric
93-
Zendesk
94+
Zendesk

0 commit comments

Comments
 (0)