Skip to content

Commit bea177b

Browse files
author
Shamil Ataev
committed
Added Braze destination tips
1 parent 57a8b5d commit bea177b

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

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

133133
## Identify
134134

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).
137+
135138
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:
136139

137140
```js
@@ -168,6 +171,9 @@ All other traits (except their [reserved user profile fields](https://www.braze.
168171

169172
## Track
170173

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+
171177
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:
172178

173179
```

0 commit comments

Comments
 (0)