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
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-userpilot-cloud/index.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
2
2
---
3
3
title: Userpilot Cloud (Actions) Destination
4
-
id: <integration_id>
4
+
id: 647f30a35eedd03afde0a1c3
5
+
beta: true
5
6
---
6
7
7
8
{% include content/plan-grid.md name="actions" %}
@@ -23,14 +24,13 @@ This destination is maintained by Userpilot. For any issues with the destination
23
24
24
25
### Overview
25
26
26
-
The Userpilot cloudmode destination utilizes[Userpilot’s REST APIs](https://docs.userpilot.com/article/195-identify-users-and-track-api){:target="_blank"} to transmit user data and associated events directly to Userpilot. This enables you to leverage Userpilot’s capabilities based on the real-time data received from your application.
27
+
The Userpilot cloud-mode destination uses[Userpilot’s REST APIs](https://docs.userpilot.com/article/195-identify-users-and-track-api){:target="_blank"} to transmit user data and associated events directly to Userpilot. This lets you use Userpilot’s capabilities based on the real-time data received from your application.
27
28
28
29
-**User Identification** Send [Identify](/docs/connections/spec/identify/) calls from Segment to Userpilot for identifying or updating user and company properties. This data is dispatched directly from your backend servers and can be used for segmenting users and triggering personalized content in real-time
29
30
30
31
-**Event Tracking:** Segment [Track](/docs/connections/spec/track/) calls are converted into Userpilot events. This feature captures user actions on your web application, allowing you to build a comprehensive understanding of your user's overall experience. You can trigger live, targeted content based on certain user actions like clicking a button or completing a transaction.
31
32
32
-
33
-
It's important to remember that each Identify and Track call is sent to Userpilot’s server directly without being affected by the user’s browser settings. This direct server-to-server communication enables a more reliable and secure data transfer.
33
+
Each Identify and Track call is sent to Userpilot’s server directly without being affected by the user’s browser settings. This direct server-to-server communication enables a more reliable and secure data transfer.
34
34
35
35
Remember to follow Segment’s API rate limits to ensure your data is being sent at an acceptable rate. Always check Userpilot’s API documentation for the most recent information on how to set up Userpilot as a Cloud Mode Destination in Segment.
36
36
@@ -43,5 +43,4 @@ If you experience any issues while setting up Userpilot as a destination, follow
43
43
44
44
- Check your Userpilot API Key. Make sure it's correctly entered in Segment.
45
45
- Verify that you've enabled Userpilot as a destination in Segment.
46
-
- If you're still having trouble, contact Segment's support team for further assistance.
47
-
46
+
- If you're still having trouble, contact Segment's support team for further assistance.
Calling `identify` from `analytics.js` will trigger the `userpilot.identify`. We recommend passing as much data as possible to get the most out of Userpilot.
46
47
47
-
Data passed in the `identify` can be organized under different categories.
48
-
* Properties about the user such as `plan` or `userRole` to help targetting a specifc segment.
49
-
* Properties to personalize the content of the Userpilot experiences such as `name` or `company`.
50
-
* Properties to target users based on their lifecycle such as `createdAt`. This will allow you to target newly created accounts or accounts that have yet to achieve a certain feature in the user lifecyle.
48
+
Data passed in an Identify call can be organized under different categories.
49
+
* Properties about the user such as `plan` or `userRole` to help targeting a specifc segment
50
+
* Properties to personalize the content of the Userpilot experiences, such as `name` or `company`
51
+
* Properties to target users based on their lifecycle, such as `createdAt`, which allows you to target newly created accounts or accounts that have yet to achieve a certain feature in the user lifecyle
0 commit comments