Skip to content

Commit b4c7929

Browse files
authored
Merge pull request #4273 from segmentio/upollo-pr
Upollo Actions Destination
2 parents e0f7172 + 0161477 commit b4c7929

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Upollo (Actions) Destination
3+
hidden: true
4+
private: true
5+
---
6+
7+
{% include content/plan-grid.md name="actions" %}
8+
9+
10+
[Upollo](https://upollo.ai?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} finds and converts repeat trialers, account sharers and more.
11+
12+
11% of users signing up for free trials have [already had a free trial](https://upollo.ai/blog/turn-repeated-trials-into-growth?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"}, and up to 45% of users [share their logins](https://upollo.ai/blog/grow-by-understanding-account-sharing?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"} with others.
13+
Inviting these users to a paid account is the top underutilized growth channel for SaaS businesses.
14+
15+
Upollo maintains this destination. For any questions or issues with the destination, please [contact the Upollo team](https://upollo.ai/contact?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"}.
16+
17+
## Benefits of Upollo (Actions)
18+
19+
Upollo (Actions) provides the following benefits:
20+
21+
- **Find hidden growth opportunities**. Quickly see how many users are repeating free trials or sharing their account.
22+
- **More happy paying customers**. Upgrade these users onto a paying plan and get more happy paying users.
23+
24+
## Getting Started
25+
26+
27+
1. From the Segment web app, navigate to **Connections > Catalog**, and select the **Destinations** tab.
28+
2. Select **Destinations Actions** under **Categories** in the left navigation.
29+
3. Search for **Upollo (Actions)** and click **Configure Upollo**.
30+
4. Select an existing Source to connect to Upollo (Actions).
31+
5. Get your **Public API key** from the [Upollo dashboard](https://upollo.ai/app/settings/access-and-keys?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank"}.
32+
6. Add your API key to the segment Upollo Action settings.
33+
34+
## Identify
35+
36+
Upollo uses the `identify` call to analyze users on your platform. If the same person is using multiple accounts or if different people are sharing an account, they are flagged and shown in the Upollo dashboard.
37+
38+
39+
The `identify` call provides any available information about the user.
40+
```js
41+
analytics.identify('userId123', {
42+
43+
name: 'John Doe',
44+
phone: '+123456789'
45+
});
46+
```
47+
48+
Learn more about the [Identify call](/docs/connections/spec/identify/).
49+
50+
{% include components/actions-fields.html %}

vale-styles/Vocab/Docs/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ svg
8585
Totango
8686
Twilio
8787
upsert
88+
Upollo
8889
US
8990
utm
9091
Vero

0 commit comments

Comments
 (0)