Skip to content

Commit

Permalink
Clean unused WL (#10431)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneGenie authored Sep 6, 2023
1 parent f858437 commit 9961f1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
12 changes: 0 additions & 12 deletions modules/adtelligentBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@ const HOST_GETTERS = {
return 'ghb' + subdomainSuffixes[num++ % subdomainSuffixes.length] + '.adtelligent.com';
}
}()),
navelix: () => 'ghb.hb.navelix.com',
appaloosa: () => 'ghb.hb.appaloosa.media',
onefiftytwomedia: () => 'ghb.ads.152media.com',
bidsxchange: () => 'ghb.hbd.bidsxchange.com',
streamkey: () => 'ghb.hb.streamkey.net',
janet: () => 'ghb.bidder.jmgads.com',
pgam: () => 'ghb.pgamssp.com',
ocm: () => 'ghb.cenarius.orangeclickmedia.com',
vidcrunchllc: () => 'ghb.platform.vidcrunch.com',
'9dotsmedia': () => 'ghb.platform.audiodots.com',
copper6: () => 'ghb.app.copper6.com'
}
Expand All @@ -42,16 +36,10 @@ export const spec = {
code: BIDDER_CODE,
gvlid: 410,
aliases: [
'onefiftytwomedia',
'appaloosa',
'bidsxchange',
'streamkey',
'janet',
{ code: 'selectmedia', gvlid: 775 },
{ code: 'navelix', gvlid: 380 },
'pgam',
{ code: 'ocm', gvlid: 1148 },
{ code: 'vidcrunchllc', gvlid: 1145 },
'9dotsmedia',
'copper6',
],
Expand Down
8 changes: 1 addition & 7 deletions test/spec/modules/adtelligentBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,10 @@ const EXPECTED_ENDPOINTS = [
'https://ghb.adtelligent.com/v2/auction/'
];
const aliasEP = {
'appaloosa': 'https://ghb.hb.appaloosa.media/v2/auction/',
'appaloosa_publisherSuffix': 'https://ghb.hb.appaloosa.media/v2/auction/',
'onefiftytwomedia': 'https://ghb.ads.152media.com/v2/auction/',
'navelix': 'https://ghb.hb.navelix.com/v2/auction/',
'bidsxchange': 'https://ghb.hbd.bidsxchange.com/v2/auction/',
'janet_publisherSuffix': 'https://ghb.bidder.jmgads.com/v2/auction/',
'streamkey': 'https://ghb.hb.streamkey.net/v2/auction/',
'janet': 'https://ghb.bidder.jmgads.com/v2/auction/',
'pgam': 'https://ghb.pgamssp.com/v2/auction/',
'ocm': 'https://ghb.cenarius.orangeclickmedia.com/v2/auction/',
'vidcrunchllc': 'https://ghb.platform.vidcrunch.com/v2/auction/',
'9dotsmedia': 'https://ghb.platform.audiodots.com/v2/auction/',
'copper6': 'https://ghb.app.copper6.com/v2/auction/',
};
Expand Down

0 comments on commit 9961f1c

Please sign in to comment.