Skip to content

Commit 2fc31f5

Browse files
committed
edits
1 parent 6b6ca17 commit 2fc31f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engage/audiences/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can also build Audiences based on custom traits. These traits can be collect
3535
You can also use computed traits in an Audience definition. For example, you can create a `total_revenue` computed trait and use it to generate an audience of `big_spender` customers that exceed a certain threshold.
3636

3737
> info ""
38-
> Engage does support nested traits, however, accessing objects nested in arrays is not currently supported by the Audience builder. When arrays of objects are sent, they will be flattened into strings. For building audiences based on array traits, all the same conditions that would work on strings will work on the array. Within the builder, you can only use string operations like 'contains' and 'does not contain' to look for individual characters or a set of characters in the flattened array.
38+
> Engage supports nested traits, but the Audience builder doesn’t support accessing objects nested in arrays. When you send arrays of objects, they are flattened into strings. As a result, the same conditions that work on strings will work on the array. Within the builder, you can only use string operations like `contains` and `does not contain` to look for individual characters or a set of characters in the flattened array.
3939
4040
### Funnel Audiences
4141

0 commit comments

Comments
 (0)