Skip to content

Commit dd44057

Browse files
Merge pull request #6523 from segmentio/develop
Release 24.19.2
2 parents 6982c37 + 9ab735d commit dd44057

File tree

13 files changed

+62
-23
lines changed

13 files changed

+62
-23
lines changed

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2024-05-07
2+
# destination categories last updated 2024-05-09
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2024-05-07
2+
# destination data last updated 2024-05-09
33
items:
44
- id: 637e8d185e2dec264895ea89
55
display_name: 1Flow
@@ -72119,15 +72119,16 @@ items:
7211972119
type: string
7212072120
defaultValue: ''
7212172121
description: >-
72122-
To find your API key, log into Pendo and navigate to “your user name” >
72123-
Site settings > Basic Information > API key. If your account has not fully
72124-
been set up yet, you can see the API key inside of the code snippet on the
72125-
Pendo setup page.
72122+
To find your API key, have a Pendo admin log into Pendo, navigate to
72123+
Settings > Subscription Settings > Applications, open the relevant app,
72124+
and locate the API key value. If your account has not fully been set up
72125+
yet, you can see the API key inside of the code snippet on the Pendo setup
72126+
page.
7212672127
required: false
7212772128
label: API Key
7212872129
actions: []
7212972130
presets: []
72130-
partnerOwned: false
72131+
partnerOwned: true
7213172132
- id: 6501a4325a8a629197cdd691
7213272133
display_name: Pendo Web (Actions)
7213372134
name: Pendo Web (Actions)
@@ -91446,6 +91447,15 @@ items:
9144691447
settings](https://app.startdeliver.com/settings/apikeys)
9144791448
required: true
9144891449
label: Startdeliver API-key
91450+
- name: segmentOverrideMatchingField
91451+
type: string
91452+
defaultValue: ''
91453+
description: >-
91454+
If you do not wish to match Track/Screen/Page-Usage events on the
91455+
Segment-event key `userId` you can enter another field to match here. For
91456+
example `properties.myCustomField` or `properties['Field With Space']`
91457+
required: false
91458+
label: Override Segment Matching-value from "userId" to another field.
9144991459
- name: startdeliverUserCustomFieldToMatchOn
9145091460
type: string
9145191461
defaultValue: ''

src/_data/catalog/destinations_private.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination data last updated 2024-05-07
2+
# destination data last updated 2024-05-09
33
items:
44
- id: 54521fd925e721e32a72eee1
55
display_name: Pardot

src/_data/catalog/regional-supported.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ sources:
9898
- us
9999
- id: xNpohElkX2
100100
display_name: Azure
101-
hidden: false
101+
hidden: true
102102
slug: azure
103103
url: connections/sources/catalog/cloud-apps/azure
104104
regions:

src/_data/catalog/source_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# source categories last updated 2024-05-07
2+
# source categories last updated 2024-05-09
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# sources last updated 2024-05-07
2+
# sources last updated 2024-05-09
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET
@@ -198,7 +198,7 @@ items:
198198
isCloudEventSource: false
199199
slug: azure
200200
url: connections/sources/catalog/cloud-apps/azure
201-
hidden: false
201+
hidden: true
202202
regions:
203203
- us
204204
endpoints:

src/connections/destinations/catalog/actions-display-video-360/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ With consent mode, you can configure your website to dynamically adjust the trac
150150

151151
Segment automatically sends consent as `TRUE` for this destination. Segment uses the [bulk-uploader workflow](https://developers.google.com/authorized-buyers/rtb/bulk-uploader#workflow){:target="_blank"} which requires consented data. Ensure all audiences and journeys are connected to consented audiences.
152152

153+
{% include components/actions-fields.html %}
154+
153155
## FAQ
154156
### What is Segment's relationship with Google DV360 and is the data that Segment sends considered to be First or Third party?
155157

src/connections/destinations/catalog/actions-stackadapt/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ This is necessary when using backend SDKs but not for events sent from the front
156156

157157
When sending past events to StackAdapt using a Reverse ETL tool, the user agent, IP address, event type, and either the page URL (for conversion trackers with URL rules), or the fields the event rules match on, must be included in your mappings. For example, the below mapping for a Snowflake source can be used to match a conversion tracker with an event rule that matches an `action` of `User Registered`:
158158

159-
![Image showing Snowflake mapping to forward User Registered events](images/snowflake-mapping.png)
159+
![Image showing Snowflake mapping to forward User Registered events](images/snowflake-mappings.png)
160160

161161
Rows forwarded to StackAdapt with this mapping will be matched by the `User Registered` event rule shown below:
162162

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: 'Azure Source'
3+
hidden: true
4+
published: false
5+
id: xNpohElkX2
6+
---
Binary file not shown.

0 commit comments

Comments
 (0)