roadmap
roadmap copied to clipboard
Feature Request: Report preferred Browser Language
i'd like to see a report on the languages preferred by users
see navigator.languages
or navigator.language
See Also: https://stackoverflow.com/questions/1043339/javascript-for-detecting-browser-language-preference
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
We do record browser language in our script. I wonder how we should show it in our tool though. You any idea @LukasGrebe?
Maybe something like how we're showing referrer / UTM source can be a good idea for Browser / Language too?
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)
We offer this for a while now :) We just don't show it in our dashboard. Not sure if we should though.