This repository was archived by the owner on Jul 30, 2022. It is now read-only.

Description
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 :(