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
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,11 @@ Page calls are only sent to Braze if you have enabled either "Track All Pages" o
132
132
133
133
## Identify
134
134
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
+
135
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:
136
141
137
142
```js
@@ -148,8 +153,8 @@ If you are using a device-mode connection, Braze's SDK also automatically assign
148
153
149
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.
150
155
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.
153
158
154
159
Segment's special traits recognized as Braze's standard user profile fields (in parentheses) are:
155
160
@@ -168,6 +173,11 @@ All other traits (except their [reserved user profile fields](https://www.braze.
168
173
169
174
## Track
170
175
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
+
171
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:
172
182
173
183
```
@@ -507,8 +517,8 @@ The following custom event appears in Braze on the user’s profile:
507
517
508
518

509
519
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.
512
522
513
523
### Audiences in Braze
514
524
@@ -548,8 +558,8 @@ The following custom event appears in Braze on the user’s profile when they en
548
558
549
559

550
560
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.
0 commit comments