Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
hansNL
Partner - Contributor II
Partner - Contributor II

Qlik REST API Special Characters in querying Google Search Console

Hi all,

I use Qlikview with the Qlik REST connector to load data from Google Search Console with their API. To be clear, I am using the REST connector not the webconnector for Google Search Console.

This works and I can query the API but I have an issue querying searchterms with special characters like ë, é, ü etc.

For example the filter on the keyword 'industriële tafel':

dimensionFilterGroups: [

                {

                   

                    'filters': [

                        {

                            'dimension': 'query',

                            'operator': 'equals',

                            'expression': 'industriële tafel'

                        }

                    ]

                }

            ]

When I use the filter as mentioned above in the ARC advanced REST client I get correct data.

But when I use the REST connector in Qlikview I receive an empty answer from Google Search Console. I tried replacing the ë by e and also by %EB and also by %C3%AB.

With all three options I don't get any results with Qlikview.

Can you advise what to do to?

Thanks in advance!

0 Replies