Skip to content

Commit 0116193

Browse files
authored
Merge pull request #6057 from segmentio/DOC-824
fixed OAuth link
2 parents 3948c38 + 59a2e9e commit 0116193

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

src/connections/destinations/catalog/actions-pendo-web/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ hide-dossier: true
1111

1212
[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.
1313

14+
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"}.
15+
1416
> success ""
1517
> **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.
1618

src/connections/destinations/catalog/adwords-remarketing-lists/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ If a user has more than one email address or IDFA on their account as `external_
127127

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

130+
### Invalid user list ID error in Event Delivery
131+
132+
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.
133+
130134
## FAQs
131135

132136
#### What Google Ads campaigns does Engage support?

src/connections/oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ To obtain the access token:
122122
JWT | The signed JWT token string from Step 1.
123123
SCOPE | Scopes for which token is requested. See [supported scopes](#supported-scopes).
124124
125-
To use the access token, see an example of how to use the access token in the [HTTP API source]().
125+
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).
126126
127127
## Edit an OAuth application
128128
To edit an existing OAuth application:

src/connections/sources/catalog/libraries/mobile/android/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Analytics for Android'
33
strat: android
44
repo: analytics-android
5-
support_type: legacy
5+
support_type: maintenance
66
id: wXNairW5xX
77
---
88
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.

src/connections/sources/catalog/libraries/mobile/ios/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Analytics for iOS
33
strat: ios
44
repo: analytics-ios
5-
support_type: legacy
5+
support_type: maintenance
66
id: UBrsG9RVzw
77
---
88
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.

0 commit comments

Comments
 (0)