Skip to content

Commit

Permalink
Merge pull request #7163 from segmentio/develop
Browse files Browse the repository at this point in the history
Release 24.43.1
  • Loading branch information
pwseg authored Oct 22, 2024
2 parents b8296b1 + 6154f28 commit 8161d04
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/_data/catalog/destination_categories.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination categories last updated 2024-10-17
# destination categories last updated 2024-10-22
items:
- display_name: A/B Testing
slug: a-b-testing
Expand Down
12 changes: 11 additions & 1 deletion src/_data/catalog/destinations.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination data last updated 2024-10-17
# destination data last updated 2024-10-22
items:
- id: 637e8d185e2dec264895ea89
display_name: 1Flow
Expand Down Expand Up @@ -33239,8 +33239,10 @@ items:
slug: actions-dynamic-yield-audiences
hidden: false
endpoints:
- EU
- US
regions:
- eu-west-1
- us-west-2
url: connections/destinations/catalog/actions-dynamic-yield-audiences
previous_names:
Expand Down Expand Up @@ -111820,6 +111822,14 @@ items:
mobile: true
server: true
settings:
- name: allowUserIdFallback
type: boolean
defaultValue: false
description: >-
If an event is missing the Override-value, you can allow these events to
UserId on the event instead.
required: false
label: Allow Fallback to UserId when an override field does not exist on an event
- name: apiKey
type: string
defaultValue: ''
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/destinations_private.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# destination data last updated 2024-10-17
# destination data last updated 2024-10-22
items:
- id: 54521fd925e721e32a72eee1
display_name: Pardot
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/source_categories.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# source categories last updated 2024-10-17
# source categories last updated 2024-10-22
items:
- display_name: A/B Testing
slug: a-b-testing
Expand Down
2 changes: 1 addition & 1 deletion src/_data/catalog/sources.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
# sources last updated 2024-10-17
# sources last updated 2024-10-22
items:
- id: 8HWbgPTt3k
display_name: .NET
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ title: Braze Cloud Mode (Actions) Destination
hide-boilerplate: true
hide-dossier: false
id: 60f9d0d048950c356be2e4da
redirect_from:
- '/connections/destinations/catalog/braze-cloud-mode-actions/'
versions:
- name: 'Braze Web Mode (Actions)'
link: '/docs/connections/destinations/catalog/braze-web-device-mode-actions/'
link: '/docs/connections/destinations/catalog/actions-braze-web/'
- name: 'Braze (Classic)'
link: '/docs/connections/destinations/catalog/braze'
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ hide-boilerplate: true
hide-dossier: false
redirect_from:
- '/connections/destinations/catalog/vendor-braze/'
- '/connections/destinations/catalog/braze-web-device-mode-actions/'
id: 60fb01aec459242d3b6f20c1
versions:
- name: 'Braze Cloud Mode (Actions)'
link: '/docs/connections/destinations/catalog/braze-cloud-mode-actions'
link: '/docs/connections/destinations/catalog/actions-braze-cloud'
- name: 'Braze (Classic)'
link: '/docs/connections/destinations/catalog/braze'
---
Expand Down
2 changes: 1 addition & 1 deletion src/connections/destinations/catalog/braze/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ hide-personas-partial: true
hide-integrations-object: true
maintenance: true
maintenance-content: >
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.
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.
<br />
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.
Expand Down
4 changes: 4 additions & 0 deletions src/connections/functions/source-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,3 +434,7 @@ No. Tracking Pixels operate client-side only and need to be loaded onto your web
##### What is the maximum data size that can be displayed in console.logs() when testing a Function?

The test function interface has a 4KB console logging limit. Outputs surpassing this limit will not be visible in the user interface.

#### Can I send a custom response from my Source Function to an external tool?

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.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: BigQuery Reverse ETL Setup
redirect_from:
- '/reverse-etl/bigquery-setup/'
---
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).
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).

> info "BigQuery Reverse ETL sources support Segment's dbt extension"
> 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.
Expand Down
3 changes: 1 addition & 2 deletions src/connections/sources/about-cloud-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ Event Cloud Sources can export their data both into Segment warehouses, and into

### Object Cloud-App Sources

Object Cloud App Sources can export data and import it directly into a Segment warehouse. You *must* have a Segment warehouse enabled before you enable these. From the warehouse, you analyze your data with SQL, or use Engage SQL Traits to build audiences. Some examples of Object Cloud sources are Salesforce (account information), Zendesk (support cases), and Stripe (payments information).

Object Cloud App Sources can export data and import it directly into a Segment warehouse. You *must* have a Segment warehouse enabled before you enable these. From the warehouse, you can analyze your data with SQL, use [Reverse ETL](/docs/connections/reverse-etl) to extract data, or use Engage SQL Traits to build audiences. Some examples of Object Cloud sources are Salesforce (account information), Zendesk (support cases), and Stripe (payments information).

> note ""
> In the app, data from website, mobile, and server sources can go to a warehouse **or** to destinations. Object Cloud-App Source data can **only** go to Warehouses.
Expand Down
4 changes: 2 additions & 2 deletions src/segment-app/extensions/dbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ To set up dbt Cloud:
2. Click **Manage dbt Cloud**.
3. Add your dbt Cloud API key or dbt Personal Access Token and an optional custom subdomain, then click **Save**.

> info "Add a custom subdomain"
> By default, dbt sets the subdomain to 'cloud'. To identify your custom subdomain, open your URL and copy the portion before `.getdbt.com`. For example, if your domain was `https://subdomain.getdbt.com/`, your subdomain would be `subdomain`.
> info "Adding a custom subdomain"
> By default, dbt sets the subdomain to cloud. To identify your custom subdomain, open your URL and copy the portion before `.getdbt.com`. For example, if your domain was `https://subdomain.getdbt.com/`, your subdomain would be `subdomain`.
### Model syncs

Expand Down

0 comments on commit 8161d04

Please sign in to comment.