roadmap icon indicating copy to clipboard operation
roadmap copied to clipboard

Feature Request: Report preferred Browser Language

Open LukasGrebe opened this issue 4 years ago • 6 comments

i'd like to see a report on the languages preferred by users see navigator.languages or navigator.language

LukasGrebe avatar May 06 '20 08:05 LukasGrebe

See Also: https://stackoverflow.com/questions/1043339/javascript-for-detecting-browser-language-preference

LukasGrebe avatar May 06 '20 08:05 LukasGrebe

Sounds like a good feature to add. Maybe just the first 2 letters from the language code: en for en-US, fr for fr-FR, en for en.

https://developer.mozilla.org/en-US/docs/Web/API/NavigatorLanguage/language

adriaandotcom avatar May 07 '20 15:05 adriaandotcom

We do record browser language in our script. I wonder how we should show it in our tool though. You any idea @LukasGrebe?

adriaandotcom avatar Nov 17 '20 19:11 adriaandotcom

Maybe something like how we're showing referrer / UTM source can be a good idea for Browser / Language too?

jibsaramnim avatar Nov 18 '20 03:11 jibsaramnim

it's simply another dimension. As suggested in a comparison of cookie-less analytics tools, i reomend having a single page that shows all of the tracked data with multiple dimensions and applicable metrics in individual charts. Using a cross-filter technique, you could then select any dimension value and filter all other charts b that value in order to drill-down in the data and explore it. This comes out of the box with any better graphing library, such as Vega(lite)

LukasGrebe avatar Nov 18 '20 07:11 LukasGrebe

We offer this for a while now :) We just don't show it in our dashboard. Not sure if we should though.

adriaandotcom avatar Oct 29 '21 15:10 adriaandotcom