Closed pm-harshad-mane closed 1 month ago
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?
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?