Hi,
I am trying to personalize part of the url from a list's field. For instnace, the field name is "Circular_List" and the value is "5000". The following link is working if i use the value as hard coded in the url:
https://www.xyz.com/5000/sku/185785
However, the link doesn't work if I edit the link as follows.
https://www.xyz.com/<%=targetData.Circular_List%>/sku/185785
I think the way i am doing is wrong. Any idea how to update this link so the value can be populated form the list.
Thanks!
Ali
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi Ali,
As I could understand , you are trying to personalize in html code of delivery, Just wanted to know if you are able to see the complete URL during the preview.
Hi there,
Thanks for the response. I am personalizing the link in the source of html. For instance, if i received this email and click that link, the link should look like this:
https://www.xyz.com/5000/sku/185785
But in the source of the html, the link looks like this since i am trying the pass/personalized part of the value from the list:
https://www.xyz.com/<%=targetData.Circular_List%>/sku/185785
As you can see i am trying to add this code in the url "<%=targetData.Circular_List%>", but it's not working.
Thanks!
Ali
Views
Replies
Total Likes
Views
Replies
Total Likes