Skip to main content

Unsubscribe Link Best Practices for Marketo

Keep unsubscribe links simple and compliant in Marketo. This helps prevent delivery issues. It also ensures a consistent unsubscribe experience for your recipients.

Use the Default Unsubscribe Token

Use Marketo's default system unsubscribe token.

Use:

{{system.unsubscribeLink}}

Tip: Create a merge tag for easy reuse.

When you create the merge tag, use {{system.unsubscribeLink}} as the value.

Learn more about how to create a merge tag here: Merge Tags.

Follow These Guidelines

  • Use the token exactly as provided.

  • Do not modify the token.

  • Do not wrap the token in custom code.

  • Do not place the token inside dynamic content.

  • Do not add conditional logic around the token.

Marketo manages the unsubscribe process through this system token. Changes can affect functionality or compliance.


Treat the Unsubscribe Link as a System Element

Marketo controls the behavior of the unsubscribe link.

Best Practices

  • Place the unsubscribe link in a static section of your email.

  • Keep the link outside any dynamic content blocks.

Avoid Dynamic Content

Dynamic content can interfere with how the unsubscribe link is rendered or tracked. This may create an inconsistent experience for recipients.


Translate Only the Surrounding Text

Do not translate the unsubscribe token itself.

Translate only the text that appears before or around the link. This ensures the token remains the same in every language.

Examples

English

  • Text: Click here to unsubscribe {{system.unsubscribeLink}}

English email footer showing the unsubscribe token.

French

  • Text: Cliquez ici pour vous désabonner {{system.unsubscribeLink}}

French email footer showing the same unsubscribe token.

Use Fully Localized Unsubscribe Pages (Advanced)

If you want the unsubscribe page to match the language of the email, use dedicated landing pages for each language.

Setup Steps

  1. Create a separate unsubscribe landing page for each language.

  2. Translate the content on each landing page.

  3. Link directly to the appropriate page from each email.

  4. Do not use {{system.unsubscribeLink}} for these links.

Benefits

  • Provides a fully localized experience.

  • Gives you complete control over page content and design.

  • Offers the most reliable approach for localization.


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

Did this answer your question?