Hi
I'm trying to build an Unsubscribe LP for my organization and I want to have an option for the user to click on unsubscribe button without filling our an email address form
in other words I want the flow to be:
click on link to unsubscribe via email > get in the LP > click on unsubscribe button > get to a confirmation page
is that possible?
Can you please show the part of the HTML where that variable is inserted?
here:
You need the protocol (http:// or https://) to be hard-coded in the HTML, not part of the variable.
That's right. Since there is no actual link and just the token, Marketo email parser will not treat that as a URL and will not add mkt_tok query param. With this param, Marketo munchkin code will not be able to recognize the user in the database.
unfortunatly it's still doesn't work
this is what I did
the form:
the email button:
and the token in the program
and whenever I click on it, it does not unsubscribe
Can you try sending the actual email to yourself using a smart campaign instead of send test email option.
of course. that's what I did
Please add the token
{{lead.Email Address}}
Somewhere on your LP and test again.
Ensure you're opening the tracked link in an Incognito/Private window to control for any, ah, outside influences.
still not working
If tokens aren't working on the LP, then this doesn't have to do with the particular task at hand -- you have a far wider problem.
Is it possible to share the LP link here or DM me. Wanted to check a couple of things.
i'll consult with my managers and get back to you
thanks for the help
You can create a form with no fields, only a button. As long as the person arrives from a tracked Marketo link, their Munchkin session will be associated (i.e. the form will be submitted in the context of their lead). It's more common to show the {{lead.Email Address}} token, though, so the person is given clarity about what's about to happen.
I didn't get it to be honest
can you lead me through the creation of this flow?
right now I have two fields and submit button
and I implement this form in my unsubscribe LP and make it to be default {{system.unsubscribeLink}} which appears in the footer of my email templates
There's no flow. Just remove the Email Address field if you want only the Submit button to show. The form will still submit in the context of the person who clicked the link.
I try just to enter the URL of the LP I created in the browser and clicked on the button and it worked but if I pass the URL to my colleagues for some it works and for other it doesnt
how does it know who actually clicked on the button and go to unsubscribe him/her?
You have to arrive at the page via a tracked link in Marketo email (same as with any page)
I tried to put the unsubscribe link for the landing page inside a my token
and sent the email to some people for test and it didn't work
how can I configure the link to be trackable?
right now the LP is not linked to the system unsubscribe token. is this the issue?
Seconded, I've seen this used before and it worked well. I believe email address was passed in utm parameters though iirc.
Don't need the email to be on the form, the automatically added mkt_tok query param takes care of it.