How do you ensure custom unsubscribe functions properly? | Community
Skip to main content
May 3, 2016
Solved

How do you ensure custom unsubscribe functions properly?

  • May 3, 2016
  • 3 replies
  • 2640 views

I have a template with an embedded unsubscribe link. The form is a Marketo form on a Marketo landing page.

I will make the email "Operational" so that only my custom embedded unsubscribe link within the template is shown.

How do I ensure that leads are unsubscribed after they enter their email and click "Submit"?

Thanks for your help! =D

-Amanda

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Grégoire_Miche2
  1. Make sure that the form has the unsubscrobe field it it, hidden, default value = TRUE or 1
  2. Make sure that the url in the link ends with ?mkt_unsubscribe=1&mkt_tok=##MKT_TOK##
  3. Try it yourself : add a lead with a non pro email in the DB and add it to the target list. test the whole chain, unsubscribe and check this lead is unsubscribed
  4. Create smart list with the following filters: filled out form (the custom unsub form) AND unsubscribe is False. It should be empty. If not, check all the leads in it and see whether the did unsubscribed when they fill out (even if they resubscribed since then)
  5. Create a smart list with the leads who visited your unsubscribe page and did not fill out the form. They should be a few, but not the majority of the visitors.

-Greg

3 replies

May 3, 2016

You can verify by checking the unsubscribed list in the lead database

May 3, 2016

Thanks, Jamie! But let me be more clear - how do I set it up so that the link will unsubscribe these leads?

Currently, they enter email, click submit, and are taken to a follow up landing page that says "You are unsubscribed."

But how do I actually MAKE IT unsubscribe them? How do I set that up?

Grégoire_Miche2
Level 10
May 3, 2016

Add the "unsubscribe" field as a hidden field, and in the "autofill", set the default value to TRUE or 1:

And add the "?mkt_unsubscribe=1&mkt_tok=##MKT_TOK##" in the link in the URL.

-Greg

Grégoire_Miche2
Grégoire_Miche2Accepted solution
Level 10
May 3, 2016
  1. Make sure that the form has the unsubscrobe field it it, hidden, default value = TRUE or 1
  2. Make sure that the url in the link ends with ?mkt_unsubscribe=1&mkt_tok=##MKT_TOK##
  3. Try it yourself : add a lead with a non pro email in the DB and add it to the target list. test the whole chain, unsubscribe and check this lead is unsubscribed
  4. Create smart list with the following filters: filled out form (the custom unsub form) AND unsubscribe is False. It should be empty. If not, check all the leads in it and see whether the did unsubscribed when they fill out (even if they resubscribed since then)
  5. Create a smart list with the leads who visited your unsubscribe page and did not fill out the form. They should be a few, but not the majority of the visitors.

-Greg

May 3, 2016

You are ALWAYS so helpful, Greg. Thank you! =D

Josh_Hill13
Level 10
May 3, 2016

If this is the default form that comes with Marketo, then this already happens. Test it.

May 3, 2016

I actually don't have a default unsubscribe. It may be under another workspace, but not mine.