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
+33-3Lines changed: 33 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -137,8 +137,6 @@ Segment sends Page calls to Braze as custom events if you have enabled either **
137
137
> info "Tip"
138
138
> 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).
139
139
140
-
141
-
142
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:
When you Identify a user, Segment passes that user's information to Braze with`userId` as Braze's External User ID.
153
151
154
-
If you are using a device-mode connection, Braze's SDKalso automatically assigns a `braze_id` to every user. This allows Braze to capture anonymous activity from the device by matching on `braze_id` instead of`userId`. This applies to _device-mode connections_.
152
+
If you're using a device-mode connection, Braze's SDK assigns a `device_id` and a backend identifier, `braze_id`, to every user. This allows Braze to capture anonymous activity from the device by matching on those identifiers instead of `userId`. This applies to _device-mode connections_.
155
153
156
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.
157
155
156
+
### Capture the braze_id of anonymous users
157
+
158
+
Pass one of the many identifiers that may exist on an anonymous user profile to the [Braze's User by Identifier REST endpoint](https://www.braze.com/docs/api/endpoints/export/user_data/post_users_identifier/){:target='_blank'} to capture and export the `braze_id`. These identifiers include:
>Brazeiscomplex. Ifyoudecidetousethe`braze_id`, consider [contactingSegmentSuccessEngineering](https://segment.com/help/contact/) or a Solutions Architect to verify your Braze implementation.
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/facebook-app-events/index.md
+30-4Lines changed: 30 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -249,10 +249,36 @@ You will have to be sure that the [IDFA](/docs/connections/sources/catalog/libra
249
249
250
250
Similarly, on Android, you'll need to include the Play Services Ads library as [mentioned here](/docs/connections/sources/catalog/libraries/mobile/android/#how-do-you-handle-unique-identifiers-) in order for the `advertisingId` to populate.
251
251
252
-
Once you have added these, you will start to see the `context.device.advertisingId` populate and the `context.device.adTrackingEnabled` flag set to `true` unless the user has ad tracking limited or is using a mobile ad blocker.
253
-
254
-
_Note_: While the network is deprecated, the relevant iOS [framework](https://developer.apple.com/reference/iad) is not.
255
-
252
+
Once you've added these, you will start to see the `context.device.advertisingId` populate and the `context.device.adTrackingEnabled` flag set to `true` unless the user has ad tracking limited or is using a mobile ad blocker.
253
+
254
+
> note ""
255
+
> While the network is deprecated, the relevant iOS [framework](https://developer.apple.com/reference/iad) is not.
256
+
257
+
Facebook requires that payloads include the following:
Copy file name to clipboardExpand all lines: src/privacy/faq.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,10 @@ In addition to your Raw Data destinations (Amazon S3 and Data Warehouses), we ca
55
55
- Appcues
56
56
- Vero
57
57
- Google Analytics
58
+
- Customer.io
59
+
- Optimizely Full Stack
58
60
59
-
Segment cannot guarantee that data is deleted from your Destinations. When you issue a user deletion request, Segment forwards the request to supported streaming Destinations. You must still contact these Destinations to confirm that they have executed the request.
61
+
Segment cannot guarantee that data is deleted from your Destinations. When you issue a user deletion request, Segment forwards the request to supported streaming Destinations. You must still contact these Destinations to confirm that they've executed the request.
60
62
61
63
### Which destinations require additional destination setting configuration?
0 commit comments