Skip to content

Commit b6c81d1

Browse files
authored
Merge pull request #5542 from segmentio/bobbyatsegment-patch-13
Add note on include anon users flag
2 parents 9cf37c1 + 058c37d commit b6c81d1

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 Segment to include the user in the audience:
23+
> - **Include Anonymous Users** not selected: `user_id`, `email`, `android.idfa`, or `ios.idfa`
24+
> - **Include Anonymous Users** selected: `user_id`, `email`, `android.idfa`, `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)