Skip to content

Commit 4dd4f23

Browse files
committed
[netlify-ignore] Merge branch 'master' into svls/kill-schema-defaults
2 parents 0b4237a + e58f0a9 commit 4dd4f23

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

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

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,11 @@ Page calls are only sent to Braze if you have enabled either "Track All Pages" o
132132

133133
## Identify
134134

135+
> info "Tip"
136+
> Add Segment's open-source [Middleware](https://github.com/segmentio/segment-braze-mobile-middleware) tool to optimize your integration. This tool limits [Data Point](https://www.braze.com/docs/user_guide/onboarding_with_braze/data_points/) use by debouncing duplicate identify() calls from Segment. For more information, see the project's [README](https://github.com/segmentio/segment-braze-mobile-middleware/blob/master/README.md#how-does-this-work).
137+
138+
139+
135140
If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like:
136141

137142
```js
@@ -148,8 +153,8 @@ If you are using a device-mode connection, Braze's SDK also automatically assign
148153

149154
To send anonymous user data in cloud-mode, you must manually include the user's `braze_id` in all your Segment API calls in the `integrations.Braze.braze_id` or `context.integrations.Braze.braze_id` object.
150155

151-
> tip ""
152-
> **Tip!** Braze is complex. If you decide to use the `braze_id`, consider [contacting Segment Success Engineering](https://segment.com/help/contact/) or a Solutions Architect to validate your Braze implementation.
156+
> info "Tip"
157+
> Braze is complex. If you decide to use the `braze_id`, consider [contacting Segment Success Engineering](https://segment.com/help/contact/) or a Solutions Architect to validate your Braze implementation.
153158
154159
Segment's special traits recognized as Braze's standard user profile fields (in parentheses) are:
155160

@@ -168,6 +173,11 @@ All other traits (except their [reserved user profile fields](https://www.braze.
168173

169174
## Track
170175

176+
> info "Tip"
177+
> To lower [Data Point](https://www.braze.com/docs/user_guide/onboarding_with_braze/data_points/) use, send only the Events which are relevant for campaigns and segmentation to the Braze destination. For more information, see /docs/protocols/schema/.
178+
179+
180+
171181
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
172182

173183
```
@@ -507,8 +517,8 @@ The following custom event appears in Braze on the user’s profile:
507517

508518
![](images/last_viewed-track-braze.png)
509519

510-
> success ""
511-
> **Tip**: You can change the name of the “computed trait” event that Braze receives by going to the Personas Destination Connection Settings.
520+
> info "Tip"
521+
> You can change the name of the “computed trait” event that Braze receives in the Personas Destination Connection Settings.
512522
513523
### Audiences in Braze
514524

@@ -548,8 +558,8 @@ The following custom event appears in Braze on the user’s profile when they en
548558

549559
![](images/dormant-track-braze.png)
550560

551-
> success ""
552-
> **Tip**: You can change the name of the “Audience Entered” event that Braze receives from the Personas Destination Connection Settings.
561+
> info "Tip"
562+
> You can change the name of the “Audience Entered” event that Braze receives in the Personas Destination Connection Settings.
553563
554564
## Setting up Personas with Braze
555565

src/personas/using-personas-data.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ When you create a new Computed Trait or Audience in Personas, you can choose to
397397
- [hydra](/docs/connections/destinations/catalog/hydra/)
398398
- [mabl](/docs/connections/destinations/catalog/mabl/)
399399
- [tray.io](/docs/connections/destinations/catalog/tray-io/)
400+
- [Courier](/docs/connections/destinations/catalog/courier/)
400401

401402
## Personas Compatible Destinations: List Type
402403

0 commit comments

Comments
 (0)