-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Closed
Copy link
Labels
EnhancementFor new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.c: UsabilityFor issues that let users achieve a defined goal more effectively or efficiently.For issues that let users achieve a defined goal more effectively or efficiently.
Milestone
Description
The goal of this issue is to review the Device Detection segments such as browserCode
and operatingSystemCode
.
- Currently the valid segment values for
browserCode
areFF
,CH
,IE
, etc.- would be more understandable and guessage to use
firefox
,chrome
,internet explorer
etc. - the segment auto suggest values should contain automatically all the top browsers we know of, instead of using the
Live
auto suggested feature. - for Backward compatibility we should still accept
FF
,CH
etc. and definefirefox
orChrome
as aliases to those ones.
- would be more understandable and guessage to use
- Same applies to
operatingSystemCode
where segment values would be pretty string such aswindows xp
,windows 7
,GNU/Linux
- it's case insensitive, both
Windows XP
andwindows xp
will alias toWXP
- it's case insensitive, both
Implementation: refs suggestedValuesCallback
feature.
Metadata
Metadata
Assignees
Labels
EnhancementFor new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.c: UsabilityFor issues that let users achieve a defined goal more effectively or efficiently.For issues that let users achieve a defined goal more effectively or efficiently.