Skip to content

Commit 040da2f

Browse files
authored
Merge pull request #4908 from segmentio/estgc-patch-2
Note about array of objects in the builder.md
2 parents 51bfae7 + 2fc31f5 commit 040da2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/engage/audiences/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ You can also build Audiences based on custom traits. These traits can be collect
3434

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

37+
> info ""
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.
3739
3840
### Funnel Audiences
3941

0 commit comments

Comments
 (0)