SOLVED

Re: Unsubscribe link

Go to solution
Ishita_Chawra
Level 3

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

 

 

 

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator
You can create such a link yourself. Just point it to your Unsubscribe page.

View solution in original post

6 REPLIES 6
Disha_Goyal6
Level 6

Hi @Ishita_Chawra, do you want to change the styling of the unsubscribe link?

SanfordWhiteman
Level 10 - Community Moderator

It certainly is clickable! Do you mean trackable?

Ishita_Chawra
Level 3

Yes, trackable. As in clicked link in email = unsubscribe 

SanfordWhiteman
Level 10 - Community Moderator
You can create such a link yourself. Just point it to your Unsubscribe page.
Ishita_Chawra
Level 3

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?

SanfordWhiteman
Level 10 - Community Moderator
Yes.