Skip to content

Commit a010e81

Browse files
authored
Merge pull request #3076 from segmentio/issue/2934
updates to braze [Issue 2934]
2 parents d54f767 + 65cb8eb commit a010e81

File tree

2 files changed

+6
-2
lines changed
  • src/connections/destinations/catalog

2 files changed

+6
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Braze Cloud Mode (Actions) provides the following benefit over Braze Classic:
2828
- **App ID**: The app identifier used to reference specific Apps in requests made to the Braze API. Created under Developer Console in the Braze Dashboard.
2929
- **REST Endpoint**: Your Braze REST Endpoint. For more information, see [API Overview](https://www.braze.com/docs/api/basics/){:target="_blank"} in the Braze documentation.
3030

31+
> info ""
32+
> Braze requires that you include a `userId` or `braze_id` for all calls made in cloud-mode. Segment sends a `braze_id` if the `userId` is missing. When you use a device-mode connection, Braze automatically tracks anonymous activity using the `braze_id` if a `userId` is missing.
3133
3234
{% include components/actions-fields.html settings="true"%}
3335

@@ -40,4 +42,3 @@ Braze Cloud Mode (Actions) provides the following benefit over Braze Classic:
4042

4143
Keep the following in mind if you plan to move to Braze (Actions) from the classic Braze destination.
4244
{% include components/actions-map-table.html name="braze-cloud" %}
43-

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Braze Web Mode (Actions) provides the following benefits over Braze Classic:
2828
2. Search for "Braze" in the Catalog, select **Braze Web Mode (Actions)**, and choose which of your sources to connect the destination to.
2929
3. Configure the Connection Settings. **API Key** and **SDK Endpoint** are required settings.
3030

31+
> info ""
32+
> If you're using a device-mode connection, Braze's SDK assigns a `device_id` and a backend identifier, `braze_id`, to every user. This allows Braze to capture anonymous activity from the device by matching on those identifiers instead of `userId`. This applies to _device-mode connections_.
33+
34+
3135
{% include components/actions-fields.html settings="true"%}
3236

3337
{% include components/actions-fields.html%}
@@ -170,4 +174,3 @@ For more details on this snippet, see Braze's documentation [here](https://www.b
170174

171175
Keep the following in mind if you plan to move to Braze (Actions) from the classic Braze destination.
172176
{% include components/actions-map-table.html name="braze-web" %}
173-

0 commit comments

Comments
 (0)