You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/braze/index.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,8 +132,10 @@ Page calls are only sent to Braze if you have enabled either "Track All Pages" o
132
132
133
133
## Identify
134
134
135
-
> tip ""
136
-
> **Tip!** Optimize your integration and limit [Data Point usage](https://www.braze.com/docs/user_guide/onboarding_with_braze/data_points/) through “debouncing” duplicate identify() calls from Segment by adding our [open-source Middleware tool](https://github.com/segmentio/segment-braze-mobile-middleware) to your implementation. More information available in the project’s [README](https://github.com/segmentio/segment-braze-mobile-middleware/blob/master/README.md#how-does-this-work).
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
+
137
139
138
140
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:
139
141
@@ -151,8 +153,8 @@ If you are using a device-mode connection, Braze's SDK also automatically assign
151
153
152
154
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.
153
155
154
-
> tip ""
155
-
> **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.
156
158
157
159
Segment's special traits recognized as Braze's standard user profile fields (in parentheses) are:
158
160
@@ -171,8 +173,10 @@ All other traits (except their [reserved user profile fields](https://www.braze.
171
173
172
174
## Track
173
175
174
-
> tip ""
175
-
> **Tip!** We recommend sending only the Events which are relevant for campaigns and segmentation to the Braze Destination to lower [Data Point usage](https://www.braze.com/docs/user_guide/onboarding_with_braze/data_points/). Learn more about [Schema Controls here](https://segment.com/docs/protocols/schema/).
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
+
176
180
177
181
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:
178
182
@@ -513,8 +517,8 @@ The following custom event appears in Braze on the user’s profile:
513
517
514
518

515
519
516
-
> success ""
517
-
> **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.
518
522
519
523
### Audiences in Braze
520
524
@@ -554,8 +558,8 @@ The following custom event appears in Braze on the user’s profile when they en
554
558
555
559

556
560
557
-
> success ""
558
-
> **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.
0 commit comments