Skip to main content
June 21, 2016
Question

How do you pull list of unsubs by the date they unsubscribed

  • June 21, 2016
  • 2 replies
  • 2426 views

Am I missing something here? When trying to pull a list or find a filter/field for the date of the unsubscribe I can't seem to find it.

E.g. I'd like to pull a list of everyone that unsubscribed in the month of may...

thanks,

Harrison

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

2 replies

Josh_Hill13
Level 10
June 21, 2016

Unless you explicitly track this, you must use either

Data Value Was Changed=X between X and Y

OR

Unsubscribed from Email in Date Range

June 21, 2016

Hi Harrison,

To add to what Josh said, if you want to date-stamp unsubscribes going forward you could create a field called "Unsubscribed Date" and populate it whenever someone unsubscribes. In other words listen for "Data Value Changes->Unsubscribed=True", and then in the flow, "Change Data Value->Unsubscribed Date->{{system.date}}".

Denise