From dcbdcc10c6a230f912883c0870965aaeb2d33d3f Mon Sep 17 00:00:00 2001 From: lucor-sm Date: Mon, 30 Mar 2026 10:51:52 +0200 Subject: [PATCH] fix(wurfl-rtd): correct devicetype value in bid request example --- dev-docs/modules/wurflRtdProvider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/modules/wurflRtdProvider.md b/dev-docs/modules/wurflRtdProvider.md index b7ea884de6..ab8c9b1075 100644 --- a/dev-docs/modules/wurflRtdProvider.md +++ b/dev-docs/modules/wurflRtdProvider.md @@ -166,7 +166,7 @@ WURFL RTD adds comprehensive device information to the bid request. The `ortb2.d "language": "it", "make": "Apple", "model": "iPhone 16e", - "devicetype": 1, + "devicetype": 4, "os": "iOS", "osv": "18.3", "hwv": "iPhone 16e",