Hi,
I understand the functionality of the system token {{system.unsubscribeLink}}.
However, is there a way to make the unsubscribe link clickable—similar to how a standard hyperlink functions?
Thanks
Solved! Go to Solution.
Hi @Ishita_Chawra, do you want to change the styling of the unsubscribe link?
It certainly is clickable! Do you mean trackable?
Yes, trackable. As in clicked link in email = unsubscribe
scenario 1:
<a id="unsubscribe" target="_blank" href= "{{system.unsubscribeLink}}">Unsusbcribe</a> unsubscribe link does not show the link id or in clicked link in email smart list/report.
Scenario 2:
<a id="unsubscribe" target="_blank" href="http://mktolpsubdomain.company.com/?mkt_unsubscribe=1">Unsusbcribe</a> this format shows the expected link id and as clicked link and successfully runs a smart list-:clicked link in email, link id=unsubscribe
@SanfordWhiteman Is this an expected behavior?