When we use delimiters (pipes or colons) in the tracking code for
acquisition links, the IOS SDK translates those into actual pipes or
colons when it stores the tracking code in Analytics. But the Android
SDK saves the url-encoded version of the delimiter.
(source%7Cmedium%7Cetc instead of source|medium|etc)Is there any way for
us to fix this?Or, is it possible to fix this in the SDK?We would like
to use delimiters to keep tracking codes consistent with web tracking
codes.