Application in different countries with equal language returning the same reviews
Same application, with the equal language, in different countries, for example, Argentina and Colombia, have the same reviews? Because I'm getting the same result from reviews in different countries.
Yes, they do. I am having the same issue. Will update you if I find a solution. Were you able to solve this?
It seems that country does not matter for filtering reviews. The main filter is language parameter and it's not actual language of review, it is language of Google account of user left this review.
Hi, I am not very into JavaScript but is it possible to take all reviews from all countries without writing the code for 195 times:)
Create an Array of all the languages then use the:
Array.forEach(item => { // Get reviews code ... })
code to get reviews for each item of the language array.
I am still seeing this exact same issue... guess no way to filter that? 😞