Skip to content

Commit e58f0a9

Browse files
author
markzegarelli
authored
Merge pull request #1573 from segmentio/brazetips
Added Braze destination tips
2 parents 1fb1124 + 97af078 commit e58f0a9

File tree

1 file changed

+16
-6
lines changed
  • src/connections/destinations/catalog/braze

1 file changed

+16
-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

0 commit comments

Comments
 (0)