Skip to content

Commit bc65125

Browse files
Apply suggestions from code review
Co-authored-by: stayseesong <[email protected]>
1 parent ab55ec1 commit bc65125

File tree

1 file changed

+8
-10
lines changed
  • src/connections/destinations/catalog/upollo

1 file changed

+8
-10
lines changed
Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Upollo Destination
2+
title: Upollo (Actions) Destination
33
hidden: true
44
private: true
55
---
@@ -13,7 +13,7 @@ private: true
1313
https://upollo.ai/blog/grow-by-understanding-account-sharing?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) with others.
1414
Inviting these users to a paid account is the number 1 underutilized growth channel for SaaS businesses.
1515

16-
This destination is maintained by Upollo. 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).
16+
This destination is maintained by Upollo. 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"}.
1717

1818
## Benefits of Upollo (Actions)
1919

@@ -24,22 +24,20 @@ Upollo (Actions) provides the following benefits:
2424

2525
## Getting Started
2626

27-
1. Signup for Upollo and get your public API key.
28-
2. Add that to the segment configuration
2927

30-
1. From the Segment web app, click **Catalog**, then click **Destinations**.
31-
2. Find the Destinations Actions item in the left navigation, and click it.
28+
1. From the Segment web app, navigate to **Connections > Catalog**, and select the **Destinations** tab.
29+
2. Select **Destinations Actions** under **Categories** in the left navigation.
3230
3. Search for **Upollo (Actions)** and click **Configure Upollo**.
3331
4. Select an existing Source to connect to Upollo (Actions).
34-
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).
32+
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"}.
3533
6. Add your API key to the segment Upollo Action settings.
3634

3735
## Identify
3836

39-
Upollo uses segments identify call to analyse users on your platform. If the same person is using mulitple accounts or if different people are sharing an account they will be flagged and shown in the Upollo dashboard.
37+
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.
4038

4139

42-
In the `identify` call provide any available information.
40+
The `identify` call provides any available information about the user.
4341
```js
4442
analytics.identify('userId123', {
4543
@@ -48,6 +46,6 @@ analytics.identify('userId123', {
4846
});
4947
```
5048

51-
For more see the [Identify API documentation](/docs/connections/spec/identify/).
49+
Learn more about the [Identify call](/docs/connections/spec/identify/).
5250

5351
{% include components/actions-fields.html %}

0 commit comments

Comments
 (0)