You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://1flow.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners{:target="_blank"} is a leading in-app user survey and messaging platform for Mobile app and SaaS businesses.
9
+
[1Flow](https://1flow.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} is a leading in-app user survey and messaging platform for Mobile app and SaaS businesses.
10
10
11
11
{% include content/plan-grid.md name="actions" %}
12
12
13
-
1Flow is an easy-to-use - yet powerful - in-app surveys and messaging software.
13
+
1Flow is an easy-to-use, yet powerful in-app survey and messaging software.
14
14
Using 1Flow, you can reach users in-the-moment while they are interacting with your website or mobile app, to collect highly contextual user insights that help you improve your product offering and customer experience.
15
15
16
-
When you use the 1Flow Web (Actions) Destination Segment loads the https://1flow.ai/docs/install-sdk/javascript for you. The 1Flow library enables you to track and identify your user’s events on your website and interact with the 1Flow messenger window.
16
+
When you use the 1Flow Web (Actions) Destination, Segment loads the [1Flow SDK](https://1flow.ai/docs/install-sdk/javascript) for you. The 1Flow library enables you to track and identify user events on your website and interact with the 1Flow messenger window.
17
17
18
18
## Benefits of 1Flow Web Mode (Actions) Destination
19
-
1. User installs both Segment and 1Flow’s Segment Plugin for Web on the web
20
-
2. User tracks events and identifies users to Segment SDK
21
-
3. Segment SDK directly passes the event and user payload to 1Flow without talking to server first
22
-
4. 1Flow can use this information to trigger surveys and identify users
19
+
20
+
After you install both Segment and 1Flow's Segment Plugin for the web:
21
+
1. You can track events and identify users
22
+
2. Segment passes the event and user payload directly to 1Flow
23
+
3. 1Flow then uses this information to trigger surveys and identify users
23
24
24
25
25
26
## Getting started
26
-
1. From the segment web app,navigate to **Conn*ection >Catalog**.
27
-
2. Search for **1Flow Web (Actions) Destination** in the Destinations Catalog, and select the destination.*
27
+
1. From Segment, navigate to **Connections > Catalog**, then select **Destinations**.
28
+
2. Search for and select **1Flow Web (Actions) Destination**.
28
29
3. Click **Configure 1Flow Web (Actions) Destination**
29
-
4. Select the web source that will send data to 1Flow web (Actions) and follow the steps to name your destination. The web source chosen must use [Analytics.js 2.0](/docs/connections/source/catalog/libraries/website/javascript).
30
+
4. Select the web source that will send data to 1Flow web (Actions) and follow the steps to name your destination. The web source chosen must use [Analytics.js 2.0](/docs/connections/source/catalog/libraries/website/javascript).
30
31
5. On the **Settings** tab, input your 1Flow "PROJECTAPIKEY" and other destinations settings.
31
-
6. Follow the step in the Destinations Actions ducumentation on [Customizing mappings](/docs/connections/destinations/action/#customizing-mappings).
32
+
6. Follow the step in the Destinations Actions docs to [customizing mappings](/docs/connections/destinations/action/#customizing-mappings).
32
33
7. Enable the destination and configured mappings.
33
34
34
35
@@ -46,7 +47,9 @@ If you're not familiar with the Segment Specs, take a look to understand what th
46
47
});
47
48
48
49
```
49
-
When you call identify method of segment, it will be equivalent to `logUser` of 1Flow. `userId` will be `userID` and `traits` will be `userDetails`.
50
+
When you call Segment's Identify method, it will be equivalent to `logUser` of 1Flow.
51
+
- Segment's `userId` is `userID` in 1Flow
52
+
- Segment's `traits` is `userDetails` in 1Flow
50
53
51
54
### Track
52
55
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
0 commit comments