Version 5.1.0
This minor release extends the platform context entity tracked in events with new information:
isPortrait
– whether the device orientation is portrait (either upright or upside down).resolution
– Screen resolution in pixels.scale
– Scale factor used to convert logical coordinates to device coordinates of the screen.language
– System language currently used on the device (ISO 639)appSetId
– Android vendor ID scoped to the set of apps published under the same Google Play developer accountappSetIdScope
– Scope of theappSetId
It also makes it configurable which properties should be tracked in the platform context entity using the TrackerConfiguration.platformContextEntities
configuration.
Enhancements
- Track new properties in platform context version 1-0-3 and make it configurable which properties to track (#598)