Demetrio Girardi
Demetrio Girardi
## Type of change - [x] Feature ## Description of change This adds a library utility to retrieve [UA client hints](https://developer.mozilla.org/en-US/docs/Web/API/NavigatorUAData) formatted as an ORTB 2.6 `device.sua` object. Note that:...
## Type of change - [x] Feature ## Description of change This is an initial version of the pbjs-ortb conversion library [proposal](https://github.com/prebid/Prebid.js/issues/8562), an attempt to unify all ORTB-related request generation...
## Type of issue Feature request ## Description Prebid should collect granular performance data (e.g. time spent creating bid requests, resolving GDPR, collecting user IDs, running adapter code etc) and...
## Type of change - [x] Bugfix ## Description of change For reasons that I don't understand, there are two ways native assets can be retrieved for rendering - `getAssetMessage`...
## Type of change - [x] Build related changes ## Description of change This updates the `validate-imports` eslint plugin to fix an edge case where cross-module imports would sometimes be...
## Type of change - [x] Feature - [x] Build related changes ## Description of change This updates the build to make compiled files (both minified and not) available under...
## Type of issue Question / feature request ## Description https://github.com/prebid/Prebid.js/pull/8201 introduced `getUserIdsAsync()`, which gives publishers a way to wait for all userIDs to complete initialization. The time it takes...
## Type of change - [x] Refactoring (no functional changes, no api changes) ## Description of change Replace core's usage of `document.write` with `Element.innerHTML`, with some additional logic to run...
## Type of issue Feature ## Description There is an increasing number of adapters that interface with ORTB backends. Currently, each needs to replicate logic to convert PBJS bid objects...
## Type of issue Improvement ## Description There is a basic e2e test suite available since https://github.com/prebid/Prebid.js/pull/8207, but it was [disabled](https://github.com/prebid/Prebid.js/pull/8306) because it creates too many WDIO sessions too quickly...