Skip to content

Commit 8161d04

Browse files
authored
Merge pull request #7163 from segmentio/develop
Release 24.43.1
2 parents b8296b1 + 6154f28 commit 8161d04

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
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-10-17
2+
# destination categories last updated 2024-10-22
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/destinations.yml

Lines changed: 11 additions & 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-10-17
2+
# destination data last updated 2024-10-22
33
items:
44
- id: 637e8d185e2dec264895ea89
55
display_name: 1Flow
@@ -33239,8 +33239,10 @@ items:
3323933239
slug: actions-dynamic-yield-audiences
3324033240
hidden: false
3324133241
endpoints:
33242+
- EU
3324233243
- US
3324333244
regions:
33245+
- eu-west-1
3324433246
- us-west-2
3324533247
url: connections/destinations/catalog/actions-dynamic-yield-audiences
3324633248
previous_names:
@@ -111820,6 +111822,14 @@ items:
111820111822
mobile: true
111821111823
server: true
111822111824
settings:
111825+
- name: allowUserIdFallback
111826+
type: boolean
111827+
defaultValue: false
111828+
description: >-
111829+
If an event is missing the Override-value, you can allow these events to
111830+
UserId on the event instead.
111831+
required: false
111832+
label: Allow Fallback to UserId when an override field does not exist on an event
111823111833
- name: apiKey
111824111834
type: string
111825111835
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-10-17
2+
# destination data last updated 2024-10-22
33
items:
44
- id: 54521fd925e721e32a72eee1
55
display_name: Pardot

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-10-17
2+
# source categories last updated 2024-10-22
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

src/_data/catalog/sources.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-
# sources last updated 2024-10-17
2+
# sources last updated 2024-10-22
33
items:
44
- id: 8HWbgPTt3k
55
display_name: .NET

src/connections/destinations/catalog/actions-braze-cloud/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ title: Braze Cloud Mode (Actions) Destination
33
hide-boilerplate: true
44
hide-dossier: false
55
id: 60f9d0d048950c356be2e4da
6+
redirect_from:
7+
- '/connections/destinations/catalog/braze-cloud-mode-actions/'
68
versions:
79
- name: 'Braze Web Mode (Actions)'
8-
link: '/docs/connections/destinations/catalog/braze-web-device-mode-actions/'
10+
link: '/docs/connections/destinations/catalog/actions-braze-web/'
911
- name: 'Braze (Classic)'
1012
link: '/docs/connections/destinations/catalog/braze'
1113
---

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ hide-boilerplate: true
44
hide-dossier: false
55
redirect_from:
66
- '/connections/destinations/catalog/vendor-braze/'
7+
- '/connections/destinations/catalog/braze-web-device-mode-actions/'
78
id: 60fb01aec459242d3b6f20c1
89
versions:
910
- name: 'Braze Cloud Mode (Actions)'
10-
link: '/docs/connections/destinations/catalog/braze-cloud-mode-actions'
11+
link: '/docs/connections/destinations/catalog/actions-braze-cloud'
1112
- name: 'Braze (Classic)'
1213
link: '/docs/connections/destinations/catalog/braze'
1314
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hide-personas-partial: true
55
hide-integrations-object: true
66
maintenance: true
77
maintenance-content: >
8-
Future updates to this destination are limited to security updates and bug fixes. New versions of this destination are available. See [Braze Cloud Mode (Actions)](/docs/connections/destinations/catalog/braze-cloud-mode-actions) for a server-side integration and [Braze Web Mode (Actions)](/docs/connections/destinations/catalog/braze-web-device-mode-actions) for a device-mode integration with access to Braze SDK features.
8+
Future updates to this destination are limited to security updates and bug fixes. New versions of this destination are available. See [Braze Cloud Mode (Actions)](/docs/connections/destinations/catalog/actions-braze-cloud) for a server-side integration and [Braze Web Mode (Actions)](/docs/connections/destinations/catalog/actions-braze-web) for a device-mode integration with access to Braze SDK features.
99
<br />
1010
If you use a Braze mobile [device-mode connection](/docs/connections/destinations/#connection-modes), for example to use Braze Content Cards or In-App Messaging, use the Braze (Classic) Destination. Segment will continue to make updates to the Segment Braze mobile device-mode SDK.
1111

src/connections/functions/source-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,3 +434,7 @@ No. Tracking Pixels operate client-side only and need to be loaded onto your web
434434
##### What is the maximum data size that can be displayed in console.logs() when testing a Function?
435435

436436
The test function interface has a 4KB console logging limit. Outputs surpassing this limit will not be visible in the user interface.
437+
438+
#### Can I send a custom response from my Source Function to an external tool?
439+
440+
No, Source Functions can't send custom responses to the tool that triggered the Function's webhook. Source Functions can only send a success or failure response, not a custom one.

src/connections/reverse-etl/reverse-etl-source-setup-guides/bigquery-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: BigQuery Reverse ETL Setup
33
redirect_from:
44
- '/reverse-etl/bigquery-setup/'
55
---
6-
To set up your BigQuery source with Reverse ETL, you must [construct a BigQuery role and service account](#constructing-your-own-role-or-policy] and [create a BigQuery source in the Segment app](#set-up-bigquery-as-your-reverse-etl-source).
6+
To set up your BigQuery source with Reverse ETL, you must [construct a BigQuery role and service account](#constructing-your-own-role-or-policy) and [create a BigQuery source in the Segment app](#set-up-bigquery-as-your-reverse-etl-source).
77

88
> info "BigQuery Reverse ETL sources support Segment's dbt extension"
99
> If you have an existing dbt account with a Git repository, you can use [Segment's dbt extension](/docs/segment-app/extensions/dbt/) to centralize model management and versioning, reduce redundancies, and run CI checks to prevent breaking changes.

0 commit comments

Comments
 (0)