We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The prebid.org Download PrebidJS page is refering to some modules incorrectly. https://docs.prebid.org/download.html
britepoolIdSystem
modulecode = deepintentIdSystem
deepintentDpesIdSystem
modulecode = adriverId
There might be more... how can we automate the validation? When user selects the Prebid version, we can hide the modules that are not present in https://github.com/prebid/Prebid.js/blob/master/modules/.submodules.json?
The text was updated successfully, but these errors were encountered:
Related: #5402
Sorry, something went wrong.
One shortcut proposal to solve part of the problem:
Add max version to each adapter and post filter all the adapters with their max version below the download page min version at https://github.com/prebid/prebid.github.io/blob/master/download.md
https://github.com/prebid/Prebid.js/blob/22aa7ce4566aa53ef4976fbe462aadf1abe425dc/modules/adriverIdSystem.js#L21C1-L22C1 is in js @pm-harshad-mane ; what do you see?
ChrisHuie
No branches or pull requests
The prebid.org Download PrebidJS page is refering to some modules incorrectly. https://docs.prebid.org/download.html
britepoolIdSystem
module that is not present in prebid js repo. Also https://docs.prebid.org/dev-docs/modules/userid-submodules/britepool.html mentions that "britepool is probably a defunct User ID system, as britepool.com is now an e-commerce site."modulecode = deepintentIdSystem
whereas actual module code should bedeepintentDpesIdSystem
@sourabhgmodulecode = adriverId
not present in repoThere might be more... how can we automate the validation?
When user selects the Prebid version, we can hide the modules that are not present in https://github.com/prebid/Prebid.js/blob/master/modules/.submodules.json?
The text was updated successfully, but these errors were encountered: