googleanalytics / google-analytics-super-proxy

Publicly share your Google Analytics reporting data.
Other
224 stars 99 forks source link

Super proxy API request doesnt recognize russian character Data #49

Open dezostus opened 7 years ago

dezostus commented 7 years ago

Hello, thanks for the superb application!!

Im using GA reports with data which have russian words. Detect problem while add filter with russian words. Get API Request with encoding russian words, for eg.

use filter like: rt:eventLabel=~телефоны 
in request its look like:
filters=rt%3AeventLabel%3D~%D1%82%D0%B5%D0%BB%D0%B5%D1%84%D0%BE%D0%BD
and as result superproxy return error:
{'error': 'No JSON object could be decoded'}
but if use in english: rt:eventLabel=~phone
in request: filters=rt%3AeventLabel%3D~phone
all works well.. dont no how to go arround this

Please, make some updates to fix this... its very pitty that cant use this tool in work :(