SOLVED

How do you ensure custom unsubscribe functions properly?

Go to solution
Anonymous
Not applicable

How do you ensure custom unsubscribe functions properly?

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

pastedImage_1.png

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Grégoire_Miche2
Level 10

Re: How do you ensure custom unsubscribe functions properly?

  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

View solution in original post

7 REPLIES 7
Anonymous
Not applicable

Re: How do you ensure custom unsubscribe functions properly?

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

Anonymous
Not applicable

Re: How do you ensure custom unsubscribe functions properly?

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

Re: How do you ensure custom unsubscribe functions properly?

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

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

-Greg

Grégoire_Miche2
Level 10

Re: How do you ensure custom unsubscribe functions properly?

  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

Anonymous
Not applicable

Re: How do you ensure custom unsubscribe functions properly?

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

Josh_Hill13
Level 10 - Champion Alumni

Re: How do you ensure custom unsubscribe functions properly?

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

Anonymous
Not applicable

Re: How do you ensure custom unsubscribe functions properly?

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