Skip to content

Commit a064ea8

Browse files
authored
Merge pull request #1201 from segmentio/ssyooo-patch-1
provide more info on Personas Braze rate limit
2 parents 7300a10 + 07f36ac commit a064ea8

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
@@ -532,7 +532,7 @@ To send computed traits or audiences to Braze, you first must connect it to your
532532
- **Must create audience_name field before Personas can update those values?**: No. If sent as an `identify` call, Personas automatically creates the computed trait or audience name as a custom attribute in Braze. If sent as a `track` call, Personas automatically creates a custom event in Braze.
533533
- **Computed trait appears as**: A snake cased version of the computed trait name (for example, `last_product_viewed: 'Sweater'`) with a string for the value of the computed trait.
534534
- **Audience appears as**: A snake cased version of the audience name (for example, `order_completed_last_30days: true` ) with a boolean value of `true` indicates that a user is in the audience.
535-
- **Destination rate limit**: 100 requests per second
535+
- **Destination rate limit**: 100 requests per second (this is at the Personas Space-level, i.e. shared across all Audiences & Computed Traits syncing from 1 Personas Space to Braze. This rate limit would not be shared by multiple Personas Spaces.)
536536
- **Lookback window allowed:** Yes, unlimited.
537537
- **Identifiers required** : `userId` or `braze_id`
538538
- **Identifiers accepted** : `userId` or `braze_id`

0 commit comments

Comments
 (0)