Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.