Skip to content

Commit e0fd315

Browse files
authored
Update Pendo documentation for clarity and consistency
1 parent 25c6fd1 commit e0fd315

File tree

1 file changed

+11
-13
lines changed
  • src/connections/destinations/catalog/pendo

1 file changed

+11
-13
lines changed

src/connections/destinations/catalog/pendo/index.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,32 @@ id: 575ef2fc80412f644ff139be
55
---
66
[Pendo](http://www.pendo.io/){:target="_blank"} is a product cloud that helps product teams deliver software users love. With Pendo, product teams can understand product usage, collect feedback, measure NPS, onboard users, and announce new features in app—all without requiring engineering resources.
77

8-
Pendo maintains this destination. For any issues with the destination, [contact the Pendo Support team](https://support.pendo.io/hc/en-us/articles/360034163971){:target="_blank"}.
9-
10-
## Getting Started
11-
8+
Pendo maintains this destination. For any issues with the destination, [contact the Pendo support team](https://support.pendo.io/hc/en-us/articles/360034163971){:target="_blank"}.
129

10+
## Getting started
1311

1412
1. From the Segment web app, click **Catalog**.
1513
2. Search for "Pendo" in the Catalog, select it, and choose which of your sources to connect the destination to.
16-
3. In the destination settings, enter your Pendo API Key which a Pendo admin can find in the Pendo UI by going to Settings > [Subscription Settings](https://app.pendo.io/admin){:target="_blank"} > Applications, opening the relevant app, then locating the **API key** value.
14+
3. In the destination settings, enter your Pendo API Key. To find the key in the Pendo UI as a Pendo admin, go to **Settings > [Subscription Settings](https://app.pendo.io/admin){:target="_blank"} > Applications**, open the relevant app, then locate the **API key** value.
1715

1816
Your changes appear in the Segment CDN in about 45 minutes, and then Analytics.js starts asynchronously loading Pendo's snippet on your page and sending data.
1917

20-
This pulls in all page and click events without needing to make additional method calls.
18+
This pulls in all page and click events without needing to make additional method calls.
2119

2220
### Cloud-mode configuration
2321

24-
> info ""
25-
> The Pendo destination does not natively support Cloud-mode connections. Use the [Webhook](/docs/connections/destinations/catalog/webhooks) destination to send data to Pendo using a Cloud-mode connection.
22+
> info "Pendo does not natively support cloud-mode connections"
23+
> The Pendo destination does not natively support cloud-mode connections. Use the [webhook](/docs/connections/destinations/catalog/webhooks) destination to send data to Pendo using a cloud-mode connection.
2624
27-
To add the Pendo destination using Cloud-mode, use the [Webhooks](/docs/connections/destinations/catalog/webhooks) destination to enable Segment to send data to Pendo through a webhook.
25+
To add the Pendo destination using cloud-mode, use the [webhooks](/docs/connections/destinations/catalog/webhooks) destination to enable Segment to send data to Pendo through a webhook.
2826

2927
1. From the Segment web app, click **Catalog**.
3028
2. Search for **Webhooks** in the Catalog, select it, and choose which of your JavaScript sources to connect the destination to.
31-
3. Webhook URL configuration will vary based on which Pendo environment you use and your API key:
32-
* For US customers, add the following as your Webhook URL: `https://data.pendo.io/data/segmentio/YOUR_PENDO_API_KEY` and replace `YOUR_PENDO_API_KEY` with your actual Pendo API Key, which a Pendo Admin can find in the Pendo UI by going to **Settings** > [Subscription Settings](https://app.pendo.io/admin){:target="_blank"} > **Applications**, opening the relevant app, then locating the **API key** value.
33-
* For EU customers, add the following as your Webhook URL: `https://data.eu.pendo.io/data/segmentio/YOUR_PENDO_API_KEY` and replace `YOUR_PENDO_API_KEY` with your actual Pendo API Key, which a Pendo Admin can find in the Pendo UI by going to **Settings** > [Subscription Settings](https://app.eu.pendo.io/admin){:target="_blank"} > **Applications**, opening the relevant app, then locating the **API Key** value.
29+
3. Webhook URL configuration varies based on which Pendo environment you use and your API key:
30+
* For US customers, add the following as your Webhook URL: `https://data.pendo.io/data/segmentio/YOUR_PENDO_API_KEY` and replace `YOUR_PENDO_API_KEY` with your actual Pendo API Key.
31+
* For EU customers, add the following as your Webhook URL: `https://data.eu.pendo.io/data/segmentio/YOUR_PENDO_API_KEY` and replace `YOUR_PENDO_API_KEY` with your actual Pendo API Key.
3432
4. Headers are not required in Webhook configuration. Once you're done adding in your URL, save changes.
35-
5. Using the `track` method requires a setting enabled on your Pendo subscription (cloud-mode only). Contact Pendo to enable this feature flag for your account.
33+
5. Using the [Track method](/docs/connections/spec/track/) requires a setting enabled on your Pendo subscription (cloud-mode only). Contact Pendo to enable this feature flag for your account.
3634

3735
To learn more about server-side data to Pendo, see Pendo's [support documentation](https://support.pendo.io/hc/en-us/articles/360031870352){:target="_blank"}.
3836

0 commit comments

Comments
 (0)