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!
SOLVED

Populate/personalize part of the url from the list

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi Ali,

You can take a look at this technote

How to track personalized links in emails

Thanks

David

View solution in original post

3 Replies

Avatar

Employee

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.

Avatar

Level 3

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

Avatar

Correct answer by
Level 3

Hi Ali,

You can take a look at this technote

How to track personalized links in emails

Thanks

David