Looking for confirmation on our understanding of activity and inactivity filters:
Do we have this right?
Solved! Go to Solution.
HI Dan
Always remember: Not (A OR B) = not(A) and not(B).
So indeed, I would expect that the people would qualify only if they have not clicked in any of the 5 emails. For me the "Not clicked link in email" should in fact read not(clicked link in email).
And therefore, not clicked link in email (A or B) = not(clicked link in email (A or B)) = not(clicked link in email(A) or clicked link in email(B)) = not(clicked link in email(A)) and not(clicked link in email(B))
-Greg
Not sure why you think Not Clicked Link in Email would exclude based on ANY within the filter. It surely would if you used 5 filters, one email per Filter and used AND between filters. In that case it would exclude any lead who clicked on at least one of the emails. But within the filter, it would use OR.
Josh, that's not what's happening in our tests we did today. Let me put some more context around this. This relates to this thread: Re: Looking for enhanced Engagement Program logic to weed out non-engagers. And specifically this smart list (where there are 12 emails that are being evaluated) - where we want to pause any person who has been sent any of the 12 emails over the past three months (and has received at least 5 emails) but hasn't engaged (clicked) on ANY of them:
Basically, it's not qualifying anyone that has clicked a link in either of the emails. So all it takes is someone clicking on one of the 12 emails, and they don't qualify. And that's what we want. But based on what you stated above, if someone did click on one of those emails, they would qualify.
Well yes, if you clicked at least one of those emails in Not Clicked Link In Email, you won't qualify for the smart list you displayed. That's what you say you want too.
I agree that's not the behavior I would have expected with the internal OR inside the filter. But I see it may be thinking Do Not include people who clicked in ANY of these emails. Slightly different logical constraint than the Positive Version in Was Sent Email - because you asked it to return anyone who Was Sent ANY of the 12 emails. Just one email can be returned.
But the negative first says Return only people who were never Sent an Email. When we add the ANY, it treats it sort of like an AND when it's a NOT overall.
Have you tested it by using IS and selecting the emails directly?
Let's break this down:
Exactly right, 33 people would have qualified and would be set to "pause" - and that's consistent with the results thus far in our tests.
Have you tested it by using IS and selecting the emails directly?
Yes, I setup a second smart campaign where the smart list contained a "Not Clicked Link in Email" filter for each of the 12 emails (no advanced logic, just used ALL filters - essentially an "AND" between each filter). Same exact results as when a single "Not Clicked Link in Email" filter like I included above.
Appreciate you working this here with me, Josh!
Those reading this thread might ask "why not just use a filter of "Not Clicked Link in Email" is ANY"?:
While it might seem logical that we're already filtering just those members of this EP; and then just those members that received 5 or more of the emails within the EP over the past three months. But when you include a filter like this, it will disqualify people who have clicked on ANY email in the past three months - not just those emails sent from the EP. Which is why you still need to narrow this down to just those emails from this EP.
HI Dan
Always remember: Not (A OR B) = not(A) and not(B).
So indeed, I would expect that the people would qualify only if they have not clicked in any of the 5 emails. For me the "Not clicked link in email" should in fact read not(clicked link in email).
And therefore, not clicked link in email (A or B) = not(clicked link in email (A or B)) = not(clicked link in email(A) or clicked link in email(B)) = not(clicked link in email(A)) and not(clicked link in email(B))
-Greg
Thanks Greg - that sums it up perfectly!