Skip to main content

Set Up Your Unsubscribe Link in Marketo

Configure your Marketo unsubscribe page correctly so your Knak email unsubscribe links work as expected.

Overview

Knak supports Marketo's system unsubscribe token:

{{system.unsubscribeLink}}

You can use this token directly in your emails. You can also create a Knak merge tag that references the token. Using a merge tag makes the unsubscribe link easier to manage across templates.


Create a Knak Merge Tag for Your Unsubscribe Link

Create a merge tag that maps to Marketo's unsubscribe token.

Create the Unsubscribe Merge Tag

  1. Go to Admin > Integrations.

  2. Select Merge Tags.

  3. Click Create New Merge Tag.

    Create merge tag button highlighted in the merge tags page on the admin side of the platform.
  4. Enter a name, such as Unsubscribe Link.

  5. In the Marketo value field, enter:

    {{system.unsubscribeLink}}

  6. (Optional) Enable Special Link if you want the merge tag to appear in link selectors throughout the editor.

  7. Save the merge tag.


Add the Unsubscribe Merge Tag to an Email

  1. Open your email.

  2. Click inside a text box.

  3. Click Tags in the inline editor.

    Knak email editor with the Tags menu open and the Unsubscribe Link merge tag available for insertion into a text block.
  4. Select your unsubscribe merge tag.

Note: If you enabled Special Link when creating the merge tag, the merge tag appears under Links instead of Tags.

Knak email editor with the Links menu open and the Unsubscribe Link merge tag available for insertion into a text block.

Verify Your Unsubscribe Link

After adding the merge tag, test the unsubscribe experience.

  1. Sync your email to Marketo

  2. Send a test email from Marketo.

  3. Open the email.

  4. Click the unsubscribe link.

  5. Confirm the unsubscribe page loads correctly.

  6. Confirm the unsubscribe process completes successfully.

Note: The unsubscribe token is generated by Marketo. You must sync your email to Marketo before testing the unsubscribe link.

If the email has not been synced to Marketo, the unsubscribe token cannot be resolved and the link will not work.


Unsubscribe Link Best Practices

Follow these recommendations to ensure your unsubscribe link functions correctly.

Use the Default Marketo Token

Use: {{system.unsubscribeLink}}

Do not:

  • Modify the token

  • Wrap the token in custom code

  • Add conditional logic

  • Place the token inside dynamic content

Place the Link in Static Content

Unsubscribe links are managed by Marketo.

For best results:

  • Place unsubscribe links in static content areas

  • Avoid dynamic content sections

  • Avoid personalization logic around the unsubscribe link

Dynamic content can interfere with unsubscribe functionality.

Localize Your Unsubscribe Experience

Translate Only the Link Text

Translate the text that users click. Do not translate the token itself.

The token remains the same in every language:

{{system.unsubscribeLink}}

Use Language-Specific Unsubscribe Pages

If you require fully localized unsubscribe pages:

  1. Create a separate landing page for each language.

  2. Link directly to each landing page.

  3. Do not use the Marketo system token for those links.

This approach provides complete control over the unsubscribe experience for each language.


Update Your Unsubscribe Page URL in Marketo (if needed)

Step 1: Open Your Landing Page URL Settings

  1. Locate your unsubscribe landing page in Marketo.

  2. Click Landing Page Actions.

  3. Select URL Tools.

  4. Click Edit URL Settings.

Marketo landing page actions menu showing the URL Tools option and Edit URL Settings command for an unsubscribe landing page.

Step 2: Update the Page URL

  1. In the URL settings, locate the page URL field.

  2. Enter: UnsubscribePage

  3. Save your changes.

Marketo will generate the required URL:

UnsubscribePage.html

Marketo URL Settings window showing the unsubscribe landing page URL set to UnsubscribePage, which generates the required UnsubscribePage.html URL.

Need more help? Contact support via live chat within Knak using the chat bubble in the bottom right corner or email support@knak.com.

Did this answer your question?