Skip to content

Commit a4ac9b4

Browse files
authored
Add note about autocomplete value in audience builder dropdown
1 parent b54f0c4 commit a4ac9b4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/engage/audiences/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ You can build an Audience from existing events, traits, computed traits, or othe
2020

2121
### Events
2222

23-
You can build an Audience from any events that are connected to Engage, including [Track](/docs/connections/spec/track), [Page](/docs/connections/spec/page), and [Screen](/docs/connections/spec/screen) calls. You can use the `property` button to refine the audience on specific event properties, as well. Select `and not who` to indicate users that have not performed an event. For example, you might want to look at all users that have viewed a product above a certain price point but not completed the order.
23+
You can build an Audience from any events that are connected to Engage, including [Track](/docs/connections/spec/track), [Page](/docs/connections/spec/page), and [Screen](/docs/connections/spec/screen) calls. You can use the `property` button to refine the audience on specific event properties, as well.
24+
25+
> info ""
26+
> Audience builder **does not** return every value for the traits/properties/events in the dropdowns. Currently, it only samples a percentage of values from the incoming data stream, which does not guarantee that all values will be displayed, especially those with lower volumes. However, if a value is not appearing, you may manually enter it.
27+
28+
Select `and not who` to indicate users that have not performed an event. For example, you might want to look at all users that have viewed a product above a certain price point but not completed the order.
2429

2530
![Creating an Audience of users who viewed a product without buying it](/docs/engage/images/audience_builder.png)
2631

0 commit comments

Comments
 (0)