SOLVED

System Unsubscribe Behavior in Smart Campaigns

Go to solution
Anonymous
Not applicable

System Unsubscribe Behavior in Smart Campaigns

I feel like this is Marketo 101, but I can't seem to find an answer anywhere and it was never mentioned in training...

When someone is given the "unsubscribe = true" (system unsubscribe), either manually or through an unsubscribe landing page, are they automatically prevented from being sent any email communications from all programs, or does every smart campaign need to add a filter for persons on the "marketable persons" list only or "unsubscribed = false"?

1 ACCEPTED SOLUTION

Accepted Solutions
Dan_Stevens_
Level 10 - Champion Alumni

Re: System Unsubscribe Behavior in Smart Campaigns

Yes, they are automatically suppressed and no need to include a separate filter.  But just for non-operational emails.  They will still receive operational emails.

We, on the other hand, do include the filter - along with several other filters that make a person non-marketable (email invalid, blacklisted, hard-bounced > x times, etc.) - just to make our smart campaigns as efficient as possible.  Actually, we have a field called "Emailable" - and that's what we filter on in our smart campaigns.  If all of these are true, "Emailable" is set to TRUE:

pastedImage_0.png

View solution in original post

4 REPLIES 4
Josh_Hill13
Level 10 - Champion Alumni

Re: System Unsubscribe Behavior in Smart Campaigns

It is in the docs.

Email Invalid=T

Marketing Suspended=T

Unsubscribed=T

Blacklisted=T

will block any non operational email immediately. There is nothing further to do. Only Invalid, Blacklisted block ALL future email sends.

Anonymous
Not applicable

Re: System Unsubscribe Behavior in Smart Campaigns

Thanks, Josh. The line in the docs "If a person checks this box, or clicks the unsubscribe link in an email, they will no longer receive marketing emails. They will, however, receive operational emails." just seemed very high-level and I wanted to make sure that there was nothing needed on the admin end to make this happen.

Dan_Stevens_
Level 10 - Champion Alumni

Re: System Unsubscribe Behavior in Smart Campaigns

Yes, they are automatically suppressed and no need to include a separate filter.  But just for non-operational emails.  They will still receive operational emails.

We, on the other hand, do include the filter - along with several other filters that make a person non-marketable (email invalid, blacklisted, hard-bounced > x times, etc.) - just to make our smart campaigns as efficient as possible.  Actually, we have a field called "Emailable" - and that's what we filter on in our smart campaigns.  If all of these are true, "Emailable" is set to TRUE:

pastedImage_0.png

Anonymous
Not applicable

Re: System Unsubscribe Behavior in Smart Campaigns

Thanks for the quick and detailed answer!