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 help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@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.
Views
Replies
Total Likes
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?
Views
Replies
Total Likes
Hi @SatheeskannaK, Can you please confirm what @GiulioZu's asking? Thanks!
Views
Replies
Total Likes