When a targeting operation specified by a given rule set is performed, the Personalization module combines the accept and reject rules as follows to obtain the overall targeting rule:

(AND (OR <accept rules>)
     (NOT (OR <reject rules>)))

In other words, a target object satisfies the overall targeting rule if it satisfies the accept rules but does not satisfy the reject rules.

 
loading table of contents...