Filtering out a suppression list from a program that pulls in 6 lists | Community
Skip to main content
New Participant
January 10, 2017
Solved

Filtering out a suppression list from a program that pulls in 6 lists

  • January 10, 2017
  • 1 reply
  • 2335 views

I’ve set up a program that has 6 different lists/6 different versions of the email

https://app-sjo.marketo.com/#PG3172A1

I want to suppress a group of email addresses (which could be on any one of the 6 lists) - so the suppressions will not pull into the mailing (based on the individual/master lists).  I’ve set it up as follows – list/filter 7 being the list I want to suppress (see attached screen shot)

https://app-sjo.marketo.com/#SC12492A1

If one of the emails are on any one of the 6 lists Marketo will filter them out vs. my having to create individual smart lists… right?

I did the count and it is right (original lists 255,014 leads; after the suppression of list 254,862).

Just wanted to confirm with you.

Thank you.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Robb_Barrett

Correct.  You've built a valid exclusion by properly placing the inclusive lists in parens with OR clauses and then an AND clause to the exclusion which is outside of the parens.  Basically, what you're saying is List = Jamie Barclay and Robb Barrett, but exclude Robb Barrett, which just leaves you.

1 reply

Robb_Barrett
Robb_BarrettAccepted solution
New Participant
January 10, 2017

Correct.  You've built a valid exclusion by properly placing the inclusive lists in parens with OR clauses and then an AND clause to the exclusion which is outside of the parens.  Basically, what you're saying is List = Jamie Barclay and Robb Barrett, but exclude Robb Barrett, which just leaves you.

Robb Barrett
New Participant
January 10, 2017

thank you for confirming.