Handle unsafe characters in URLs, query strings, or form values with quick encode and decode actions.
A marketer can encode a campaign value with spaces and symbols before adding it to a tracking link, then decode the final URL later to verify nothing was mangled.
URL encoding is handled client-side, which makes it convenient for checking sensitive callback parameters locally.