Skip to content

Commit a6292c0

Browse files
markzegarellirchinn1
andauthored
Apply suggestions from code review
Co-authored-by: rchinn-segment <[email protected]>
1 parent d172ee1 commit a6292c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ analytics.identify('ze8rt1u89', {
149149
150150
When you Identify a user, Segment passes that user's information to Braze with `userId` as Braze's External User ID.
151151
152-
If you are 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_.
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_.
153153
154154
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.
155155

src/connections/destinations/catalog/facebook-app-events/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ You will have to be sure that the [IDFA](/docs/connections/sources/catalog/libra
249249

250250
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.
251251

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.
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.
253253

254254
> note ""
255255
> While the network is deprecated, the relevant iOS [framework](https://developer.apple.com/reference/iad) is not.

src/privacy/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In addition to your Raw Data destinations (Amazon S3 and Data Warehouses), we ca
5858
- Customer.io
5959
- Optimizely Full Stack
6060

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 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.
6262

6363
### Which destinations require additional destination setting configuration?
6464

0 commit comments

Comments
 (0)