Question
Will this unsubscribe method work?
Normally you point this code (in the admin section) to a page with your unsubscribe form. When the form is filled out (and unsubscribed is set to true, Marketo recognizes the "Unsubscribed from email....".
Unsubscribe: %mkt_opt_out_prefix%UnsubscribePage.html?mkt_unsubscribe=1&mkt_tok=##MKT_TOK##.
In my case I want to point the unsubscribe link to an email preference center. This has a form to update your desired topics. And it has an big button (hyperlinked image) to fully unsubscribe.
So there are two scenarios to unsubscribe. You click the unsubscribe link on that page and that will trigger a data change of the unsubscibed field. Or you uncheck all checkboxes in the preference form, which will also trigger a data change of the unsubscibed field.
I want to know if Marketo recognizes the "Unsubscribe dfrom email" with both methods.
Unsubscribe: %mkt_opt_out_prefix%UnsubscribePage.html?mkt_unsubscribe=1&mkt_tok=##MKT_TOK##.
In my case I want to point the unsubscribe link to an email preference center. This has a form to update your desired topics. And it has an big button (hyperlinked image) to fully unsubscribe.
So there are two scenarios to unsubscribe. You click the unsubscribe link on that page and that will trigger a data change of the unsubscibed field. Or you uncheck all checkboxes in the preference form, which will also trigger a data change of the unsubscibed field.
I want to know if Marketo recognizes the "Unsubscribe dfrom email" with both methods.