It looks like you're new here. If you want to get involved, click one of these buttons!
I'm trying to include a personalised link in an anchor tag (we have a separate unique URL for unsubscribing elsewhere). However, whenever I do and then send it out, the link is not valid and can't be clicked on. The code I'm using is this and our personalised field is 'Unsubscribe_Url' but it just doesn't work. Help?:
<a href="[Unsubscribe_Url]" target="_blank" style="color: #999999; text-decoration: underline;">click here</a> to unsubscribe
Hi,
Is Unsubscribe_Url
a Custom domain and you want to use it as personalisation tag in your email?
Then the correct usage is [Unsubscribe_Url,fallback=]
and not [Unsubscribe_Url]
.
Best regards,
Ben