%20 appearing in URL after dynamic variable value.
Hi.
Hoping someone could help me get to the bottom of a strange issue I'm facing.
We have a url string which we use across dozens of campaigns and includes dynamic variables. Like so -
https://www.hx.com/dock/trip/token/?hash=${DynamicVariable.hash}&user_ext_id=${USER_EXT_ID}×tamp=${DynamicVariable.epoch}&url=
We then pass the landing page we want the customer to land on through as the value of the URL param. This url allows server side processes to check and log users in to their accounts, and then directs them on to the desired landing page of our campaign.
0