Updating Unsubscribe Links in Migrated Emails
Find the email that was migrated into Marketo by clicking into the "assets" folder of the relevant campaign. For this example, we will use the "Web Request" program.
Click on the email and hit "Edit Draft"
Scroll to the bottom of the email and look for the footer blurb. I recommend selecting and copying a small part of the text.
NOTE: If the email doesn't have a footer, it will need to be re-migrated with the footer before moving on.
Select "Edit Code" at the top of the screen
Click "Search Code" and paste in the blurb of text you copied. OR just start typing the content in the footer blurb.
Paste this code after the closing </div> tag but before the closing </td> tag
<div class="text font2" style="color: rgb(255, 255, 255); font-family: "Open Sans", Arial, sans-serif;">
<a href="unsubscribe link">Unsubscribe</a>
</div>
Replace the "unsubscribe link" with the unsubscribe page from the dealer's website. This can be found by adding "--newsletter-unsubscribe" to the end of the dealership URL. For example: https://www.mositesmotorsports.com/--newsletter-unsubscribe
NOTE: Be sure to include the full https://www. in the URL
So this:
Will become:
Hit "Save" in the top corner and check the email.
The Unsubscribe link should appear at the bottom of the email!