Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dev-docs/modules/wurflRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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 | |
Expand Down Expand Up @@ -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).
Loading