Avatar

Level 2

The links generated by the tracking server look like this

 

https://t.adobe-campaign.com/r/?id=he57e0%2C7d6107%2C5959&cid=MyDeliveryTest&bid=940000&s=_I2WEXaPfX...

 

In the NmsTracking_ClickFormula option, using a different NmsTracking_ServerURL, I can change the URL of the tracking server to

 

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


But these links fail, for these links to work I have to delete /r/ in the formula NmsTracking_ClickFormula:


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

 

So that I am left with a link like this:

 

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

 

But I can't remove the /r/ from the formula because no link is generated.

 

I would like to know what function /r/ has in the link, why it is so important and if it is possible to remove it from the URL generated by the NmsTracking_ClickFormula formula.

 

Thanks, Regards.