Hi,
I am fairly new to Campaign and so trying to understand if there is a way to do URL encoding.
I am passing a query parameter in one of the URLs in the template.
The value of this query parameter has a percentage(%) character.
Is there a way this percentage character can be encoded before passing as part of the URL?
Thanks,
Souradeep
Solved! Go to Solution.
Views
Replies
Total Likes
you can use escapeUrl function
http://mydomain/resourcepath?id=<%= escapeUrl(myId) %>
Views
Replies
Total Likes
you can use escapeUrl function
http://mydomain/resourcepath?id=<%= escapeUrl(myId) %>
Views
Replies
Total Likes
Hi Vipul,
I am also looking for similar solution
could you please elaborate on this,
We want to pass on query parameter from adobe campaign email url to web page (which is not built using adobe campaign web application) in an encrypted manner.
please suggest.
Regards,
Manish
Views
Replies
Total Likes
Views
Likes
Replies