Skip to content

Commit a2b5a9e

Browse files
author
markzegarelli
authored
Merge pull request #2092 from segmentio/iterable_personas_dest
Update Iterable Destination Personas section for clarity
2 parents 4b0879f + 9b125a5 commit a2b5a9e

File tree

1 file changed

+2
-1
lines changed
  • src/connections/destinations/catalog/iterable

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ To send computed traits or audiences to Iterable, you first must connect it to y
197197
- **Personas Destination type**: Event Method (data is delivered to this Destination one-by-one on a realtime basis)
198198
- **Traits and Audiences created by**:You can add traits and audiences as user properties using `identify` calls. You can send audiences as `Audience Entered` or `Audience Exited` `track` calls with the audience name as an event property.
199199
- **Must create audience_name field before Personas can update those values?**: No. If you send the audience as an `identify` call, Personas automatically creates the computed trait or audience name as a user property.
200-
- **Audience appears as**: Computed traits appears as a lower case user property with the spaces converted to underscores. When you send Audiences as an `identify` call, Personas creates a lower case boolean user property using the audience name with spaces converted to underscores. When you send Audiences as a `track` call, Personas sends `Audience Entered` and `Audience Exited` events, with the audience name as an event property.
200+
- **Computed trait appears as**: A lower case user property with the spaces converted to underscores.
201+
- **Audience appears as**: When you send Audiences as an `identify` call, Personas creates a lower case boolean user property using the audience name with spaces converted to underscores. When you send Audiences as a `track` call, Personas sends `Audience Entered` and `Audience Exited` events, with the audience name as an event property.
201202
- **Destination rate limit**: If sending traits and audiences as `identify` calls, 500 requests/second, per project. If sending audiences as `track` calls, 2000 requests/second, per project.
202203
- **Lookback window allowed**: Unlimited
203204
- **Identifiers required** : `userId` or `email`

0 commit comments

Comments
 (0)