Clicks link in email other than unsubscribe

Anonymous
Not applicable

Clicks link in email other than unsubscribe

How can I write a smart list that returns true if a user clicks on a link an any email other than unsubscribe? Here is the smart list I have that doesn't work: http://screencast.com/t/aHIqQmOsqbJs. The flow will remove a user from an inactives list.

I also want to do the same for visits web pages, any page is visited except the unsubscribe page returns true and the flow will remove the user from an inactives list. Here is the smart list I have that doesn't work: http://screencast.com/t/aHIqQmOsqbJs
Tags (1)
1 REPLY 1
Josh_Hill13
Level 10 - Champion Alumni

Re: Clicks link in email other than unsubscribe

Jason,
You want to use 

Visits Web Page NOT CONTAINS "unsubscribe" and go from there.

What you have now is show me leads who NEVER visited this page, which is a lot of people. Try to avoid using NOT Was filters because they return the inverse of what you normally expect from a positive filter.