Skip to content

Commit 1243534

Browse files
author
markzegarelli
authored
Merge pull request #1796 from segmentio/chaselancaster-patch-1
Remove info stating that Braze does not support nested data
2 parents c2db1a0 + 16ffbbd commit 1243534

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ analytics.track('Purchased Item', {
184184
name: 'bag'
185185
})
186186
```
187-
When you `track` an event, Segment sends that event to Braze as a custom event. Braze does not support arrays or nested objects for custom track event properties.
187+
When you `track` an event, Segment sends that event to Braze as a custom event.
188188
189189
> note ""
190190
> Braze requires that you include a `userId` or `braze_id` for all calls made in cloud-mode. Segment sends a `braze_id` if `userId` is missing. When you use a device-mode connection, Braze automatically tracks anonymous activity using the `braze_id` if a `userId` is missing.

0 commit comments

Comments
 (0)