The prebid.org Download PrebidJS page is refering to some modules incorrectly. https://docs.prebid.org/download.html
- BritePool refers to
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."
- DeepIntent ID module referes to
modulecode = deepintentIdSystem whereas actual module code should be deepintentDpesIdSystem @sourabhg
- Adriver ID,
modulecode = adriverId not present in repo
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?