prebid/prebid.github.io

The prebid.org Download PrebidJS page is refering to some modules incorrectly

Closed this issue · 3 comments

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?

Related: #5402

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