Skip to content

Commit

Permalink
Prebid 9: Dead adapters (prebid#11408)
Browse files Browse the repository at this point in the history
* Delete modules/spotxBidAdapter.md

* Delete modules/spotxBidAdapter.js

* Delete test/spec/modules/spotxBidAdapter_spec.js

* Delete modules/britepoolIdSystem.md

* Delete test/spec/modules/britepoolIdSystem_spec.js

* Delete modules/britepoolIdSystem.js

* Update .submodules.json

* Update userId_spec.js

* Update userId_spec.js

* Update colossussspBidAdapter.js

* Update ixBidAdapter.js

* Update eids_spec.js

* Update amxBidAdapter_spec.js

* Update colossussspBidAdapter_spec.js

* Update colossussspBidAdapter_spec.js

* update horrid test

* fix lint

---------

Co-authored-by: Demetrio Girardi <dgirardi@prebid.org>
  • Loading branch information
2 people authored and f.caspar committed May 14, 2024
1 parent 8b86d69 commit 6ee2598
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 1,773 deletions.
1 change: 0 additions & 1 deletion modules/.submodules.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"adtelligentIdSystem",
"adqueryIdSystem",
"amxIdSystem",
"britepoolIdSystem",
"connectIdSystem",
"czechAdIdSystem",
"criteoIdSystem",
Expand Down
155 changes: 0 additions & 155 deletions modules/britepoolIdSystem.js

This file was deleted.

42 changes: 0 additions & 42 deletions modules/britepoolIdSystem.md

This file was deleted.

1 change: 0 additions & 1 deletion modules/colossussspBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ export const spec = {
placement.gpid = gpid;
}
if (bid.userId) {
getUserId(placement.eids, bid.userId.britepoolid, 'britepool.com');
getUserId(placement.eids, bid.userId.idl_env, 'identityLink');
getUserId(placement.eids, bid.userId.id5id, 'id5-sync.com');
getUserId(placement.eids, bid.userId.uid2 && bid.userId.uid2.id, 'uidapi.com');
Expand Down
1 change: 0 additions & 1 deletion modules/ixBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ const SOURCE_RTI_MAPPING = {
'google.com': ''
};
const PROVIDERS = [
'britepoolid',
'lipbid',
'criteoId',
'merkleId',
Expand Down
Loading

0 comments on commit 6ee2598

Please sign in to comment.