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

Anonymous
Not applicable

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

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

2 REPLIES 2
Josh_Hill13
Level 10 - Champion Alumni

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

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

Anonymous
Not applicable

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

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