Skip to content

Commit 16ffbbd

Browse files
Remove info stating that Braze does not support nested data
Our Lighthouse account GoodRx reached out asking that we clear up our public-facing docs, with regards to Braze. On June 29, 2021, Braze released an update that supports nested custom event data. This change conflicts with what we currently have on our public-facing docs. I did some testing and can confirm that nested data in the properties object is received by Braze just fine after this change. For reference, here is Braze's documentation on this change: https://www.braze.com/docs/user_guide/data_and_analytics/custom_data/nested_object_support/
1 parent c2db1a0 commit 16ffbbd

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)