Hi,
Can someone tell me if there's any difference between having personalised url in href vs. data-nl-lnkep-perso-attr-href or either is fine and will do the same work? Thanks
a href="<%@ value object='branding' xpath='@serverUrl' %>/lp/preferenceCentre?pkey=<%= escapeUrl(context.profile.PKey) %>"
vs .
data-nl-lnkep-perso-attr-href="&amp;lt;%@ value object='branding' xpath='@serverUrl' %&amp;gt;/lp/haUnsub?service=<span class="nl-dce-field nl-dce-done nl_currentSelection" id="span156713812661439" data-nl-expr="/context/targetData/serviceIdAsParam" data-nl-type="string">Service Id as param</span>&amp;amp;pkey=&amp;lt;%= escapeUrl(context.profile.PKey) %&amp;gt;"
Solved! Go to Solution.
Views
Replies
Total Likes
Technically for your case both will do the same.
The latter one is the syntax created in the Creative Designer and allows to change it more easily in the UI.
The first record is rather the legacy syntax which still works
Technically for your case both will do the same.
The latter one is the syntax created in the Creative Designer and allows to change it more easily in the UI.
The first record is rather the legacy syntax which still works
Views
Replies
Total Likes