Google Android event labels for Android SDK do not support end bracket?

I am trying to implement Google Analytics in my application and I want to log some events. The label is dynamic, and some of the content has parentheses in its headings. When I check Event Tracking, it is displayed as follows:

"Event Label (Something something"

When should it be:

"Event label (Something something) something else"

I tried url-encoding, but of course this makes it appear as:

"Event+label+%28Something+something%29+something+else"

Is it possible to display parentheses correctly?

+3
source share

Source: https://habr.com/ru/post/1789738/


All Articles