WebApp URL is getting Encoded
Hi,
We are trying to preload a webapp using a custom schema.
If we copy the URL along with query params and hit it directly in browser, it loads the data properly.
But when we trigger the same via campaign (Email/SMS), the URL params are getting encoded.
Note: It has something to do with URL tracking
When we excluded the URL from tracking in email, it loaded the URL properly.
Is there a way to load URL decoded without excluding it from tracking?
Coded url path in delivery - /webApp/samplewebapp?id=<%= cryptString(targetData.lid) %>
Expected url path - webApp/samplewebapp?id=@XKNvG9IU25DlmroyzVivrg==
Actual url path - webApp/samplewebapp?id=%40XKNvG9IU25DlmroyzVivrg%3D%3D
Please help me with this.
Thanks,
Krishna