Skip to content

Commit 9ef78ed

Browse files
authored
Merge pull request #1472 from segmentio/FIX-braze-links
fix broken links in braze documentation
2 parents 6a568dc + e1ebafb commit 9ef78ed

File tree

1 file changed

+4
-4
lines changed
  • src/connections/destinations/catalog/braze

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ If you notice any gaps or outdated information in this document, or simply want
4242
[SEGAnalytics setupWithConfiguration:config];
4343
```
4444
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.
4646
4747
#### Sample App
4848
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).
5050
5151
#### Additional device-mode set up for iOS 14 support
5252
@@ -116,9 +116,9 @@ analytics.identify('ze8rt1u89', {
116116
});
117117
```
118118

119-
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.
120120

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_.
122122

123123
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.
124124

0 commit comments

Comments
 (0)