Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Unsubscribe URL View modes: 
User avatar
Member
Member
atkachyshyn-gmail - 12/4/2009 5:59:34 AM
   
Unsubscribe URL
I have found such post:
"You can try to define unsubscribe URL within the newsletter template in following format:

<a href="http://YourDomain.com/SpecialPages/Unsubscribe.aspx?subscriberguid={%SubscriberGUID%}&newsletterguid={%NewsletterGUID%}&issueid={%IssueID%}">Unsubscribe</a>"


But there no such Context values as {%SubscriberGUID%} etc. Can i somehow get SubscriberGUID using macro but without defining my custom macro, i mean is there some standard macro value to get those GUIDs?

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 12/6/2009 6:44:54 AM
   
RE:Unsubscribe URL
Hello,

I would recommend inserting {%UnsubscribeLink%} macro instead - then the subscriber's and newsletter's GUID is resolved automatically into e-mail by Newsletter engine.
You can add the macro by selecting 'Unsubscribe link' option in 'Insert field:' dropdown list when creating template as well as particular issue.

Best Regards,

Martin Dobsicek