You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Already passing ORTB2 device to server | No changes required | Update backend logic to utilize device data |
95
95
| 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 |
96
96
| 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 |
@@ -124,7 +124,7 @@ pbjs.setConfig({
124
124
{: .table .table-bordered .table-striped }
125
125
126
126
| Name | Type | Description | Default |
127
-
|------|------|-------------|---------|
127
+
|----|----|-----------|-------|
128
128
|`name`| String | Real time data module name | Always 'wurfl' |
129
129
|`params`| Object | Configuration parameters ||
130
130
|`params.altHost`| String | Alternate host to connect to WURFL.js ||
@@ -266,6 +266,6 @@ The WURFL RTD module processes minimal personal data under legitimate interest f
266
266
267
267
* Device detection uses only HTTP headers (User-Agent, Client Hints)
268
268
* No user tracking or cross-site identification
269
-
* IP addresses processed transiently for service delivery only
269
+
* 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.
270
270
271
271
For questions or support, visit [ScientiaMobile Support](https://support.scientiamobile.com).
0 commit comments