I’ve been trying to use an external link in our marketing emails.the URL has multiple complex parameters with special characters on it.
Quote:
Example: my.website.com/?parameter1=value1¶meter2=value2¶meter3[0].id=CustomerId¶meter3[0].currency=USD
eventually the text after the special characters are being removed after Passing through the Email Link Tracking module. the end results comes like below
Quote:
my.website.com/?parameter1=value¶meter2=value¶meter3[0]=CustomerId¶meter3[0]=USD
is there any solution to resolve this issue?