Google Analytics Android SDK event labels don't support end parenthesis?

262 Views Asked by At

I'm trying to implement Google Analytics in my app, and I want to register some events. The label is dynamic, and some of the content has parentheses in their titles. When I check the Event Tracking, it shows up like this:

"Event Label (Something something"

When it's supposed to be:

"Event label (Something something) something else"

I tried url-encoding it, but of course that makes it show up as:

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

Is it possible to get parentheses to show correctly?

0

There are 0 best solutions below