When you create Automation Rules, Dynamic Lists, and Segmentation Rules, you’ll have to select a match type and criteria as you build your rules. Account Engagement has two match types: Match Any and Match All.
Let's say that you want to match any prospects assigned to Dane Hall or Regina Smith. You use the "is" operator, and your rule criteria would look like this:
Match type = Match any
| Prospect assigned user | is | Dane Hall |
| Or--------------------------------------> | ||
| Prospect assigned user | is | Regina Smith |
This rule would return any prospects assigned to Dane Hall, and any prospects assigned to Regina Smith. This sounds simple enough until you start building more complicated rules or use negative criteria.
Let's say you want to match any prospects who aren't assigned to Dane Hall or Regina Smith. You want only those prospects whose assigned user is someone other than Dane or Regina. So you use the isn't operator and set up your rule like this:
Match type = Match any
| Prospect assigned user | isn't | Dane Hall |
| or -------------------------------------> | ||
| Prospect assigned user | isn't | Regina Smith |
When you run your rule, it returns all prospects assigned to Dane Hall, all prospects assigned to Regina Smith, and all prospects assigned to all other users - in other words, not what you wanted. So what went wrong? When you pair the isn't operator with Match Any anything that matches any of the criteria will match the rule.
Instead, you'll likely want to use a rule type of "Match All" with your "isn't" operator
If you want to exclude all prospects assigned to Regina Smith and Dane Hall, you'd need to set up your rule with the Match All operator. Your rule would look like this:
Match type = Match all
| Prospect assigned user | isn't | Dane Hall |
| and ----------------------------------> | ||
| Prospect assigned user | isn't | Regina Smith |
This rule returns only those prospects assigned to users who aren't Regina Smith or Dane Hall. So why did this work the way we originally wanted it to? The answer is simple -- our prospects had to match all of the criteria. Account Engagement ran through all of the prospects and made sure that it only returned the ones with assigned users other than Regina Smith and Dane Hall.
It might help if we use a different example: Let's pretend we have wooden shapes of different colors. We have triangles, circles, and squares that are red, green, or blue. The table below shows the results that you'd get with different rule setups.
| Match Type | Criteria | Operator | Specifier | Result | |
|---|---|---|---|---|---|
| 1 | Match Any | Color | Is | Blue, red, green | All blue, red, and green shapes |
| 2 | Match Any | Color | Isn't | Blue, green | All blue, green, and red shapes |
| 3 | Match Any | Color | Isn't | Blue | All green and red shapes |
| 4 | Match All | Color; Shape | Is | Blue; circle | All blue circles |
| 5 | Match All | Color; Shape | Isn't | Blue, green; circle | All red squares and triangles |
| 6 | Match All | Shape | Isn't | Triangle | All red squares and circles; all blue squares and circles, all green squares, and circles |
000384003

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.