Print
Filter CriteriaFilter criteria are the conditions that define the rules for matching Contacts. When a Filter is used to define a search or Message targeting, the Filter criteria are evaluated to true or false for each Contact in the partition. When the value is true for a Contact, that Contact is returned as a match. There a numerous different types of Filter criteria. These allow you to perform complex queries in relatively simple ways. To add criteria to a filter
The types of Filter criteria that can be added to a Filter include:
Using Multiple CriteriaYou can specify more than one Filter criteria to build up a more complex Filter. When more than one criteria is specified you must also specify the logical operator (AND or OR) to evaluate the conditions together. The following table demonstrates the use of the AND logical operator. For this example, consider a Contact named John Smith, who lives in San Francisco.
When using the AND logical operator to join two criteria, both results must be true for the result to be true. The following table demonstrates the use of the OR logical operator. For this example, consider the same Contact John Smith, who lives in San Francisco.
When using the OR logical operator to join two criteria, the result will be true if either or both of the criteria are true. Criteria are ordered from top to bottom in the Criteria view. Only criteria that are adjacent to each other can be grouped together. When specifying three or more criteria for a Filter, criteria should be grouped using brackets. This enables the criteria to be evaluated in the correct order. Consider these criteria and logical operators:
Without grouping these criteria together it can be unclear how to evaluate them. Grouping criteria 1 and 2 together will produce a different result than if criteria 2 and 3 are grouped together. For example, consider a Contact named John Smith, who lives in San Francisco.
Each criteria that is added to a Filter has a list for opening brackets and a list for closing brackets. By default, each criteria that is added to a Filter has a single opening and closing bracket enclosing it. In order to group multiple criteria together they should be enclosed in two or more brackets. For example, in the following screen shot three criteria have been added to a Filter. This first two criteria, Member of Touchpoint Demo Campaign and Town City = San Francisco, have been grouped together by using double brackets around them. These will be evaluated together and then the result will be evaluated with the third criteria. When all criteria have been added to a Filter and the Filter is saved, the total number of open brackets must match the number of closing brackets. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Print Top of Page |