Let’s consider an example to understand how conditional blocks filter users when different logical operators such asDocumentation Index
Fetch the complete documentation index at: https://zeotap-migration1.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
AND, OR, and NOT are applied. Suppose, you want to filter male users who have performed both the pageView and checkout events within the last 10 days. We can build this scenario in Audience using three conditional blocks (conditional block A, B and C) as shown in the images below. Note that we are using AND operator between the conditional blocks for this particular use case, ((A AND B) AND C).
Conditional Block A: Filters users by Gender Male

pageView in the last 10 days

checkout in the last 10 days

- User 1 – A male who has performed both the
pageViewandcheckoutevents in the last 10 days. - User 2 – A female who has performed only the
pageViewevent in the last 10 days. - User 3 – A male who has performed both the
pageViewandcheckoutevents in the last 10 days. - User 4 – A female who has performed both the
pageViewandcheckoutevents in the last 10 days.
User 1 and User 3 qualify. Applying the AND operator between the conditional blocks, we obtain a subset of users who are male and have performed both the pageView and checkout events in the last 10 days.
