Skip to content

Commit 1526892

Browse files
justadreamerRitesh Ghodrao
authored andcommitted
51Degrees module: update devicetype mapping. (prebid#3978)
1 parent c542ff6 commit 1526892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • extra/modules/fiftyone-devicedetection/src/main/java/org/prebid/server/hooks/modules/fiftyone/devicedetection/v1/core

extra/modules/fiftyone-devicedetection/src/main/java/org/prebid/server/hooks/modules/fiftyone/devicedetection/v1/core/OrtbDeviceType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public enum OrtbDeviceType {
2727
Map.entry("Mobile", OrtbDeviceType.MOBILE_TABLET),
2828
Map.entry("Router", OrtbDeviceType.CONNECTED_DEVICE),
2929
Map.entry("SmallScreen", OrtbDeviceType.CONNECTED_DEVICE),
30-
Map.entry("SmartPhone", OrtbDeviceType.MOBILE_TABLET),
30+
Map.entry("SmartPhone", OrtbDeviceType.PHONE),
3131
Map.entry("SmartSpeaker", OrtbDeviceType.CONNECTED_DEVICE),
3232
Map.entry("SmartWatch", OrtbDeviceType.CONNECTED_DEVICE),
3333
Map.entry("Tablet", OrtbDeviceType.TABLET),

0 commit comments

Comments
 (0)