I would like to be able to view additional meta data of the devices in the Analytics Console (so far only the platform is provided) - and I think that the information can be displayed in a GDPR compliant manner, since it is not possible to draw conclusions about the user (since they can have multiple devices or change their device):
For example, the following information is helpful for my customers and us as developers to plan and improve new features:
Installed operating system (version number)
Device resolution
Device name/type
Since wiredash already depends on device_info_plus, the following implementation should be fairly quick and easy to implement:
I would like to be able to view additional meta data of the devices in the Analytics Console (so far only the platform is provided) - and I think that the information can be displayed in a GDPR compliant manner, since it is not possible to draw conclusions about the user (since they can have multiple devices or change their device):
For example, the following information is helpful for my customers and us as developers to plan and improve new features:
Since wiredash already depends on device_info_plus, the following implementation should be fairly quick and easy to implement: