Use cases
Here are the most common ways to combine two or more action templates inside a single filter.Customers who have at least one of the actions
Use this when you want to reach everyone who participated in either campaign (or both). Add both action templates and combine them with an OR condition. A customer matches the filter if they have the first action, the second action, or both.Customers who have only “First Campaign” and not the second
Use this when you want people who participated in the first campaign but did not participate in the second. Combine a positive condition on the “First Campaign” action template with a negative condition (does not have) on the “Second Campaign” action template, joined with AND.Customers who have only one of the actions
Use this when you want people who participated in exactly one of the two campaigns — either the first or the second, but not both. Build it as two branches joined with OR:- Has “First Campaign” AND does not have “Second Campaign”, or
- Has “Second Campaign” AND does not have “First Campaign”.