From 5c61bf9237b45d41f506b75de78fc5d5abebcffb Mon Sep 17 00:00:00 2001 From: lucor-sm Date: Tue, 21 Apr 2026 09:29:36 +0200 Subject: [PATCH 1/3] WURFL RTD Provider: update IP retention policy in Privacy & Compliance section --- 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 77f702bba2..28ade14fc7 100644 --- a/dev-docs/modules/wurflRtdProvider.md +++ b/dev-docs/modules/wurflRtdProvider.md @@ -266,6 +266,6 @@ The WURFL RTD module processes minimal personal data under legitimate interest f * Device detection uses only HTTP headers (User-Agent, Client Hints) * No user tracking or cross-site identification -* IP addresses processed transiently for service delivery only +* IP addresses are retained for up to 36 months for fraud detection and invalid traffic prevention, then permanently redacted. They are not used for user identification or behavioral profiling. For questions or support, visit [ScientiaMobile Support](https://support.scientiamobile.com). From fe170faee151a30bdd749d3624fe1d17e01dedfc Mon Sep 17 00:00:00 2001 From: lucor-sm Date: Tue, 21 Apr 2026 12:01:59 +0200 Subject: [PATCH 2/3] WURFL RTD Provider: fix MD060 table column style in docs --- 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 28ade14fc7..43f2444fde 100644 --- a/dev-docs/modules/wurflRtdProvider.md +++ b/dev-docs/modules/wurflRtdProvider.md @@ -124,7 +124,7 @@ pbjs.setConfig({ {: .table .table-bordered .table-striped } | Name | Type | Description | Default | -|------|------|-------------|---------| +| ---- | ---- | ----------- | ------- | | `name` | String | Real time data module name | Always 'wurfl' | | `params` | Object | Configuration parameters | | | `params.altHost` | String | Alternate host to connect to WURFL.js | | From aeda299aeb6571807530a3f8b8d61a25d2049388 Mon Sep 17 00:00:00 2001 From: lucor-sm Date: Tue, 21 Apr 2026 12:42:46 +0200 Subject: [PATCH 3/3] WURFL RTD Provider: fix MD060 table column style in docs --- 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 43f2444fde..4721c0ea3e 100644 --- a/dev-docs/modules/wurflRtdProvider.md +++ b/dev-docs/modules/wurflRtdProvider.md @@ -90,7 +90,7 @@ While the WURFL RTD module enriches the OpenRTB 2.0 payload, SSP adapters must a ### Integration Scenarios | SSP Adapter Status | Required Adapter Changes | Required Server Changes | -|-------------------|--------------------------|-------------------------| +| ------------------ | ------------------------ | ----------------------- | | Already passing ORTB2 device to server | No changes required | Update backend logic to utilize device data | | Not currently passing device data | Update adapter to read `device` and/or `device.ext.wurfl` and pass to endpoint | Update backend logic to utilize device data | | No Bidder Adapter exists | Implement Prebid.js adapter to read and pass `device` and/or `device.ext.wurfl` | Implement endpoint logic to read and utilize data |