Objectives
This line:
|
Map.entry("SmartPhone", OrtbDeviceType.MOBILE_TABLET), |
should change to map 51d.DeviceType="SmartPhone" to ortb2.DeviceType=4 (Phone), as currently it maps to ortb2.DeviceType=1 (Mobile General)
Please update the tests accordingly.
Please do this change and submit a pull request to the Prebid.js main repo. The description of the PR can be:
Mapping phones to a more specific devicetype in the AdCOM Taxonomy
Objectives
This line:
prebid-server-java/extra/modules/fiftyone-devicedetection/src/main/java/org/prebid/server/hooks/modules/fiftyone/devicedetection/v1/core/OrtbDeviceType.java
Line 30 in 1e66556
should change to map 51d.DeviceType="SmartPhone" to ortb2.DeviceType=4 (Phone), as currently it maps to ortb2.DeviceType=1 (Mobile General)
Please update the tests accordingly.
Please do this change and submit a pull request to the Prebid.js main repo. The description of the PR can be: