-
Notifications
You must be signed in to change notification settings - Fork 378
Userpilot mobile destination #7800
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
base: develop
Are you sure you want to change the base?
Conversation
Hi @motasem-userpilot , Can you please clarify which Segment Integration this doc is for? Thank you , |
This documentation is for a Device-Mode Mobile Destination that supports iOS, Android, and React Native platforms. Thanks, |
Thanks @motasem-userpilot . Can you point to the source code for this Integration please? |
Thanks! You can find the source code here: iOS: https://github.com/Userpilot/segment-userpilot-ios |
Thanks for confirming @motasem-userpilot . Hi @stayseesong I'm not the correct technical resource to review this PR. I recommend asking someone from the Mobile SDK team to look at it. I only work with Web and Cloud Mode Integrations. |
title: Userpilot Mobile (Device Mode) Destination | ||
--- | ||
|
||
Userpilot helps product teams deliver personalized in-app experiences to increase growth metrics at every stage of the user journey. When you integrate Userpilot with Segment, you can send your Segment events to Userpilot, allowing you to create more personalized experiences for your users across the product lifecycle. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Userpilot helps product teams deliver personalized in-app experiences to increase growth metrics at every stage of the user journey. When you integrate Userpilot with Segment, you can send your Segment events to Userpilot, allowing you to create more personalized experiences for your users across the product lifecycle. | |
Userpilot helps product teams deliver personalized in-app experiences to increase growth metrics at every stage of the user journey. When you integrate Userpilot with Segment, you can send your Segment events to Userpilot, enabling you to create more personalized experiences for your users across the product lifecycle. |
|
||
[Userpilot](https://www.userpilot.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} provides in-app guidance, product tours, and contextual onboarding experiences to help teams activate users and drive feature adoption. | ||
|
||
This destination is maintained by Userpilot. For any issues with the destination, [contact the Userpilot Support team](mailto:support@userpilot.com). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This destination is maintained by Userpilot. For any issues with the destination, [contact the Userpilot Support team](mailto:support@userpilot.com). | |
Userpilot maintains this destination. For any issues with the destination, [contact the Userpilot Support team](mailto:support@userpilot.com). |
|
||
## Getting started | ||
|
||
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank"}, search for "Userpilot Mobile (Device Mode)". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank"}, search for "Userpilot Mobile (Device Mode)". | |
1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank"}, search for *Userpilot Mobile (Device Mode)*. |
]) | ||
``` | ||
|
||
Calling `identify` from `Segment` will trigger the `userpilot.identify`. Segment recommends passing as much data as possible to get the most out of Userpilot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Calling `identify` from `Segment` will trigger the `userpilot.identify`. Segment recommends passing as much data as possible to get the most out of Userpilot. | |
Calling Identify from Segment triggers `userpilot.identify`. Segment recommends passing as much data as possible to get the most out of Userpilot. |
Data passed in an Identify call can be organized under different categories. | ||
* Properties about the user such as `plan` or `userRole` to help targeting a specifc segment | ||
* Properties to personalize the content of the Userpilot experiences, such as `name` or `company` | ||
* 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Data passed in an Identify call can be organized under different categories. | |
* Properties about the user such as `plan` or `userRole` to help targeting a specifc segment | |
* Properties to personalize the content of the Userpilot experiences, such as `name` or `company` | |
* 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 | |
Data passed in an Identify call can be organized under these different categories: | |
* Properties about the user such as `plan` or `userRole` help target a specific segment | |
* Properties to personalize the content of the Userpilot experiences, such as `name` or `company` | |
* 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 lifecycle |
* Properties to personalize the content of the Userpilot experiences, such as `name` or `company` | ||
* 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 | ||
|
||
These appear within the Userpilot user dashboard and power audience segmentation and targeting. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These appear within the Userpilot user dashboard and power audience segmentation and targeting. | |
These appear within Userpilot's user dashboard and power audience segmentation and targeting. |
``` | ||
|
||
Segment sends Track calls to Userpilot as `userpilot.track`. These custom events can be used to: | ||
* Trigger specific experiences (e.g., a Caroucel or Survey) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Trigger specific experiences (e.g., a Caroucel or Survey) | |
* Trigger specific experiences (for example, a Carousel or Survey) |
Proposed changes
Adding documentation for Segment x Userpilot mobile integration
Merge timing
ASAP