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
* WURFL Rtd Provider: update configuration section
The configuration section has been updated to recommend setting the
auctionDelay parameter to at least 500ms, and the waitForIt parameter is
now required.
* WURFL Rtd Provider: update configuration section
The configuration section has been updated to recommend setting the
auctionDelay parameter to at least 500ms, and the waitForIt parameter is
now required.
| SSP adapter is already passing the ORTB2 device to the server (auction endpoint). | No changes required. | Update backend logic to utilize the device data. |
To initialize the WURFL RTD module in Prebid.js, use the `setConfig` function as shown below. The module is configured as part of `realTimeData.dataProviders`
61
+
To initialize the WURFL RTD module in Prebid.js, use the `setConfig` function as shown below.
62
+
The module is configured within `realTimeData.dataProviders`.
63
+
Ensure `waitForIt` is set to `true`. We recommend setting `auctionDelay` to `500 ms` initially,
64
+
though lower values may be suitable with fine-tuning.
0 commit comments