Override device_model
See original GitHub issueOn a web platform, the SDK sets os.name
value with the UAParser
lib.
It works fine, but in my case, I would like to send a little bit more information, such as the OS version (so Android 6
instead of Android
). Would you be good if I write a PR to add an option to override it as you do with the platform
property? Something like:
device_model: _shouldTrackField(this, 'device_model') ? (this.options.deviceModel || deviceModel || null) : null,
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
deviceModel | Apple Developer Documentation
A property key for a Boolean value that indicates whether the device is in a suspended state. static let deviceTransportType: CMIOExtensionProperty.
Read more >Scripting API: SystemInfo.deviceModel - Unity - Manual
Exact format of model name is operating system dependent, for example iOS device names typically look like "iPhone6,1", whereas Android device names are...
Read more >Change a device model - ExtraHop Documentation
Change a device model · At the top of the page, click Assets. · Click Devices in the left pane, and then click...
Read more >Cannot change the Device Model Name - XDA Forums
HELP ME!! i cannot change the device model name i cannot find "ro.product.model" in my build prob And i am using a custom...
Read more >Set-ActiveSyncDeviceAccessRule (ExchangePowerShell)
This example changes the access level granted to phones covered by the rule ContosoPhone (DeviceModel) to Quarantine. Example 2. PowerShell. Copy. Get- ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@tommedema I agree, that’s definitely something we wanna fix. We target to get into this soon.
@haoliu-amp why are you setting the device property to an operating system in the first place? Isn’t that why you have an os_name and os_version property? An operating system is not a device. A device would be something like Galaxy S8, iPhone X, etc. In theory one device can have different operating systems