Skip to main content
October 29, 2014
Question

Clicks link in email other than unsubscribe

  • October 29, 2014
  • 1 reply
  • 610 views
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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Josh_Hill13
Level 10
October 29, 2014

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.