Skip to content

Commit 919673b

Browse files
Add note on include anon users flag
1 parent e97c594 commit 919673b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/engage/audiences/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ You can build an Audience from existing events, traits, computed traits, or othe
1818

1919
![Creating an Engage Audience from the conditions list](/docs/engage/images/audience_condition_list.png)
2020

21+
> info ""
22+
> The `Include anonymous users` checkbox determines which external IDs need to exist on a profile for the user to be included in the audience:
23+
> **Include anonymous users unchecked**`user_id` or `email` or `android.idfa` or `ios.idfa`
24+
> **Include anonymous users checked**`user_id` or `email` or `android.idfa` or `ios.idfa` or `anonymous_id`
25+
2126
### Events
2227

2328
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.

0 commit comments

Comments
 (0)