I'm using trackEvent function of the EasyTracker library for android. I have a problem when i set a label containing ")" character. For example; when i send this command;
String LABEL = "test (abc) label";
EasyTracker.getTracker().trackEvent(CATEGORY, ACTION, LABEL, 1);
the report in the analytic console shows;
test (abc
Is there any special rule that needs to be applied for the strings passing to the tracker functions?