Avatar

Level 2

I already manage my custom link with those parameters, but when I generate that new link, using my web application as the page to display, it looks like this:

 

https://m.adobe-campaign.com/webApp/MyWebApp/r/?id=he7ef2%2C7d74b4%2C5a30&cid=MyDeliveryTest&bid=950....

 

that web page does not exist, but on the other hand if I remove the /r/ from that generated custom link, it does exist and it works as I wish.

 

The problem comes in that whatever formula I use, it does not generate the link if I delete /r/ inside the formula:

[...] else { %><%@ include option='NmsTracking_ServerUrl' %><% } %>/r/?id=<%= [...]

 

And I need it to be generated without the /r/:


[...] else { %><%@ include option='NmsTracking_ServerUrl' %><% } %>?id=<%= [...]

 

But I don't know how to do it. Thanks.