bretg
bretg
The Mass module has been re-positioned as a general real rendering module. All of the massplatform links within this file are dead. Someone with knowledge of this module needs to...
We discussed in the docs committee that there ought to be a way of archiving PBJS and PBS bid adapters that are no longer active. We need the docs to...
The table starting at line 177 of https://github.com/prebid/prebid.github.io/edit/master/dev-docs/modules/userId.md ought to be automated - read from the individual userId md files that Jean created last month. This will probably involve adding...
As a followup to https://github.com/prebid/prebid.github.io/pull/2343 which focused on the outstream scenario, we'd like to have a more general page showing the other use cases for being able to put renderers...
We just had a problem where PBJS 7.0 wouldn't download from the site. The problem was fixed in https://github.com/prebid/prebid.github.io/pull/3840 From time-to-time we've had problems with new PBJS releases. It would...
We should have a page where links to non-Prebid tools can be placed. Items that help with some component of header-bidding not already well-covered by Prebid, e.g. line item management,...
There's confusion and misalignment over how publishers are supposed to use the PUC across different channels. e.g. mobile app developers are supposed to use `mobile.js` or `creative.js` instead of the...
Ran across this TODO in the code -- the AMP context is now available according to the AMP issue: ``` function isAmp(uuid) { // TODO Use amp context once it...
## Type of issue Enhancement ## Description This is the Prebid.js side of https://github.com/prebid/prebid-server/issues/3615 - see that issue for a full background. In short, we're trying to get server-side details...
We would like to utilize SwiftDocC in Prebid SDK, but running into a problem. I read various sources for how to get SwiftDocC set up: https://github.com/apple/swift-docc https://developer.apple.com/documentation/xcode/documenting-apps-frameworks-and-packages What I gathered...