Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!

How to add unsubscribe link to custom html 5 template?

Avatar

Level 2

I need to create unsubscribe link to insert in my html email (it should be dynamic for language) and I should see the unsubsription in the report area.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

3 Replies

Avatar

Community Advisor

@GiulioZu, You can have a content block for each language, and make sure to use add _type="optout" to your opt-out links. Within the email template write a code to refer content block based on the profile language. But the problem is unless you use the ACS landing page you will not be able to get that in the Unsubscriptions report as far as I know.

Thanks, Sathees

Avatar

Level 2

At the momenti this is my link: 

<a data-nl-landingpage="VAL_Unsub_FR" 
data-nl-landingpagedynamicservice="false"
data-nl-landingpagelabel="VAL Unsubscription FR"
data-nl-type="landingPage" 
href="#"
id="a15840993430068"
style="display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 12px; color: #ffffff; text-decoration: underline;"
target="_blank">UNSUBSCRIBE
</a>

So, you suggest to me to add `_type="optout"` to the <a> link?

Avatar

Administrator

Hi @SatheeskannaK, Can you please confirm what @GiulioZu's asking? Thanks!  



Sukrity Wadhwa