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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,9 @@ 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).
137
+
135
138
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
139
137
140
```js
@@ -168,6 +171,9 @@ All other traits (except their [reserved user profile fields](https://www.braze.
168
171
169
172
## Track
170
173
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
+
171
177
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:
0 commit comments