Multiple Leads with Same Email and Unsubscribe Subscription Center | Community
Skip to main content
New Participant
March 9, 2022
Solved

Multiple Leads with Same Email and Unsubscribe Subscription Center

  • March 9, 2022
  • 1 reply
  • 2679 views

Hello!
I'm working on building out a subscription center allowing for multiple unsubscribe choices and have an interesting situation that I'm not sure if it has a solution:


Currently our database is setup to de-dupe by email AND a field called 'CustomerUniqueIdentifier' which is a random generated string assigned to each unique lead. This field was implemented because we have cases of multiple users having the same email but being different people in our system (family members for example).

Now, with a unsubscribe option - what is the best way to setup a form and campaign so that if:

Bob at bob@gmail wants to unsubscribe from one set of emails, but Susie at bob@gmail doesn't want to?

 

Assuming it would require the form to capture email + first name so that in the unsubscribe smart campaign you could filter by email address + first name?

Best answer by Darshil_Shah1

Well, if the Unsub  field of a person is changed to TRUE, the master email status is updated, and the change is propagated to other leads with the same email address, i.e., when the 1st bob unsubscribes, all other bobs with same email address in your database will be unsubscribed as well automatically. However, it's possible for those lead records to be individually re-subscribed. The article explains it in more detail - Durable Unsubscribe. IMO, the custom de-duplication criteria doesn't trump the Durable Unsubscribe setup in Marketo.

1 reply

Darshil_Shah1
Darshil_Shah1Accepted solution
Community Manager
March 9, 2022

Well, if the Unsub  field of a person is changed to TRUE, the master email status is updated, and the change is propagated to other leads with the same email address, i.e., when the 1st bob unsubscribes, all other bobs with same email address in your database will be unsubscribed as well automatically. However, it's possible for those lead records to be individually re-subscribed. The article explains it in more detail - Durable Unsubscribe. IMO, the custom de-duplication criteria doesn't trump the Durable Unsubscribe setup in Marketo.

New Participant
March 9, 2022

Awesome. Thank you for the information!