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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,11 @@ If you notice any gaps or outdated information in this document, or simply want
42
42
[SEGAnalytics setupWithConfiguration:config];
43
43
```
44
44
45
-
[Here](https://github.com/Appboy/appboy-segment-ios/blob/master/Example/Segment-Appboy/SEGAppDelegate.m#L10) is a sample project which shows how to integrate the above.
45
+
[Here](https://github.com/Appboy/appboy-segment-ios/blob/master/CocoapodsExample/Segment-Appboy/SEGAppDelegate.m) is a sample project which shows how to integrate the above.
46
46
47
47
#### Sample App
48
48
49
-
Braze created a sample iOS application that integrates Braze using Segment. Check it out at the [GitHub repo](https://github.com/Appboy/appboy-segment-ios/tree/master/Example).
49
+
Braze created a sample iOS application that integrates Braze using Segment. Check it out at the [GitHub repo](https://github.com/Appboy/appboy-segment-ios/tree/master/CocoapodsExample).
50
50
51
51
#### Additional device-mode set up for iOS 14 support
When you Identify a user, Segment passes that user's information to Braze with `userId` as Braze's External User ID.
119
+
When you Identify a user, Segment passes that user's information to Braze with `userId` as Braze's External User ID.
120
120
121
-
If you are using a device-mode connection, Braze's SDK also 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 only applies to _device-mode connections_.
121
+
If you are using a device-mode connection, Braze's SDK also 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 only applies to _device-mode connections_.
122
122
123
123
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.
0 commit comments