Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fixed OAuth link #6057

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

Merged
merged 10 commits into from
Feb 14, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ hide-dossier: true

[Pendo](http://www.pendo.io/){:target="_blank"} combines powerful software usage analytics with in-app guidance and user feedback capabilities, enabling even non-technical teams to deliver better product experiences to their customers or employees.

Pendo maintains this destination. For issues with the Pendo Web (Actions) destination, please reach out to [Pendo's support team](https://support.pendo.io/hc/en-us/articles/360034163971-Get-help-with-Pendo-from-Technical-Support){:target="_blank"}.

> success ""
> **Good to know**: This page is about the [Actions-framework](/docs/connections/destinations/actions/) Pendo Web (Actions) Segment destination. There's also a page about the [non-Actions Pendo destination](/docs/connections/destinations/catalog/pendo/). Both of these destinations receives data from Segment.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ If a user has more than one email address or IDFA on their account as `external_

Make sure that this destination was created in [Engage](/docs/engage/) as it requires additional event data not available in standard destinations.

### Invalid user list ID error in Event Delivery

When you first connect a destination to an audience, Segment triggers a call to the destination to create the audience downstream. Once Segment creates the audience, the destination API returns an audience ID. For subsequent updates to the audience in the destination (adding or removing users), Segment uses this ID to send requests to the destination. The invalid user list ID error usually means that the audience ID no longer exists in the destination. To resolve this, you'll need to either recreate the audience or create a *new instance* of the destination and link it to the audience. Removing and re-adding the same instance of the destination will not work.

## FAQs

#### What Google Ads campaigns does Engage support?
Expand Down
2 changes: 1 addition & 1 deletion src/connections/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ To obtain the access token:
JWT | The signed JWT token string from Step 1.
SCOPE | Scopes for which token is requested. See [supported scopes](#supported-scopes).

To use the access token, see an example of how to use the access token in the [HTTP API source]().
To use the access token, see an example of how to use the access token in the [HTTP API source](/docs/connections/sources/catalog/libraries/server/http-api/#oauth).

## Edit an OAuth application
To edit an existing OAuth application:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'Analytics for Android'
strat: android
repo: analytics-android
support_type: legacy
support_type: maintenance
id: wXNairW5xX
---
Analytics for Android makes it easier for you to send data to any tool without having to learn, test or implement a new API every time.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Analytics for iOS
strat: ios
repo: analytics-ios
support_type: legacy
support_type: maintenance
id: UBrsG9RVzw
---
With Analytics for iOS, you can send your data to analytics or marketing tool, without needing to learn, test, or implement a new API with each update or addition.
Expand Down