-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser language reporting: Let me see the different language codes #6097
Comments
Thank you for the suggestion! This report is possible to generated since we store the full list of Accepted language. Maybe we could process this report by giving each language in the list a hit. eg. when accept-language is |
Are you not planning to stop store full Personally I'm most interested in the first language, because I want to make a mapping system to help redirect visitors to the correct website language, so would appreciate to be able to sort out the most frequent first priority for visitors... When this can be segmented to each country later it can give a lot of data to create good multilingual experiences. But it could of course also be interesting to see what combinations that are normal inside |
Maybe we could have a new cog icon option to append the code name in the labels, when setting has been clicked? |
To see language codes could of course be optional. Also then people could change if they want to see statistics for full string or only first language code. |
It could be integrated into the already existing browser language widget. Then make it optional if you want to see language codes, and also show both how many had the language as first priority and how many had it in total (it could be optional to display both or only one of them). Then add expendable buttons for each language that have more than one code version so you can see number of hits for each language code. At the "top-level" language (when the browser language is collapsed) you can then also see total number of hits for all language locals together. |
@matsbla: +1 |
I like the solution of the sub-table but unfortunately the sub-table feature is not yet so easy to re-use in Piwik framework. I created a separate issue for this: Make it easy for plugin developers to use sub-tables of any level in their data plugin #6167 Proposed tasks for this new Browser Language code
What do you think? |
Works for me. Thanks. |
Will it be possible to choose between to see only those who have a language as first priority and those who have the language code included in their For flag icon:
|
to be compliant with #5365 we will store only one language in the database, ie. the first language of the list. So each visit will have only one language. Note that another plugin could easily be written to store the full accept language list and then create this new report detecting all languages from the string. I guess the easiest solution therefore is simply to do the following: Default view (current)
Click on footer link
|
For myself I would prefer to have country name only I think it is good to have name in addition to flag. Flag can maybe help to visually understand what country it is, but it is not very informative in case you don't know the flag that is displayed, so I think it should at least be a written name in addition to the flag. |
good point! let's keep it simple and not even show the flag, only show text for first version. |
No flag is the way to go. Those half UK/USA flags are just the tip of the iceberg. And don't let me 2014-09-10 8:45 GMT-04:00 Matthieu Aubry notifications@github.com:
|
Implementation of new Browser Reports by Language and Language code fixes #6097
I now upgraded to 2.7.0, and now I can get the language codes, it works very good! One question: To me it now seem like there are very few that have language locals, I actually just got some few that use "en-us" out of several thousands. From other statistics I've seen this seem strange. my impression is that many uses language locals. Is this because Piwik will start to register language locals only first now after this upgrading? Or did in fact all the previous visitors not use language locals? |
it only works for new data after the upgrade was done |
Cool, thanks for clearing that up. Anyway, I think this is a really great improvement! |
Would be great to get a new widget where visitor languages are specified with local versions of languages, and to see the specific browser language codes used. See image:
Think about it as the "Browser version" widget. We have one widget for "Visitor Browser" and another one for specific versions used. So then we could also have a widget that list different language versions used. Would be great to easily see this information with language code to be able to build better multilingual improvements for the visitors! :)
The text was updated successfully, but these errors were encountered: