Skip to content

Commit 41285a6

Browse files
PiekharievaKk-piekharieva
andauthored
adtelligent Bid Adapter: remove deprecated aliases streamkey, janet, ocm, 9dotsmedia, stellormedia (prebid#15028)
Co-authored-by: k-piekharieva <k.piekharieva@adtelligent.com>
1 parent 1fc7176 commit 41285a6

4 files changed

Lines changed: 1 addition & 87 deletions

File tree

metadata/modules.json

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -890,48 +890,13 @@
890890
"gvlid": 410,
891891
"disclosureURL": null
892892
},
893-
{
894-
"componentType": "bidder",
895-
"componentName": "streamkey",
896-
"aliasOf": "adtelligent",
897-
"gvlid": null,
898-
"disclosureURL": null
899-
},
900-
{
901-
"componentType": "bidder",
902-
"componentName": "janet",
903-
"aliasOf": "adtelligent",
904-
"gvlid": null,
905-
"disclosureURL": null
906-
},
907-
{
908-
"componentType": "bidder",
909-
"componentName": "ocm",
910-
"aliasOf": "adtelligent",
911-
"gvlid": 1148,
912-
"disclosureURL": null
913-
},
914-
{
915-
"componentType": "bidder",
916-
"componentName": "9dotsmedia",
917-
"aliasOf": "adtelligent",
918-
"gvlid": null,
919-
"disclosureURL": null
920-
},
921893
{
922894
"componentType": "bidder",
923895
"componentName": "indicue",
924896
"aliasOf": "adtelligent",
925897
"gvlid": null,
926898
"disclosureURL": null
927899
},
928-
{
929-
"componentType": "bidder",
930-
"componentName": "stellormedia",
931-
"aliasOf": "adtelligent",
932-
"gvlid": null,
933-
"disclosureURL": null
934-
},
935900
{
936901
"componentType": "bidder",
937902
"componentName": "adtrgtme",

metadata/modules/adtelligentBidAdapter.json

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -49,47 +49,12 @@
4949
"gvlid": 410,
5050
"disclosureURL": "https://adtelligent.com/.well-known/deviceStorage.json"
5151
},
52-
{
53-
"componentType": "bidder",
54-
"componentName": "streamkey",
55-
"aliasOf": "adtelligent",
56-
"gvlid": null,
57-
"disclosureURL": null
58-
},
59-
{
60-
"componentType": "bidder",
61-
"componentName": "janet",
62-
"aliasOf": "adtelligent",
63-
"gvlid": null,
64-
"disclosureURL": null
65-
},
66-
{
67-
"componentType": "bidder",
68-
"componentName": "ocm",
69-
"aliasOf": "adtelligent",
70-
"gvlid": 1148,
71-
"disclosureURL": "https://orangeclickmedia.com/device_storage_disclosure.json"
72-
},
73-
{
74-
"componentType": "bidder",
75-
"componentName": "9dotsmedia",
76-
"aliasOf": "adtelligent",
77-
"gvlid": null,
78-
"disclosureURL": null
79-
},
8052
{
8153
"componentType": "bidder",
8254
"componentName": "indicue",
8355
"aliasOf": "adtelligent",
8456
"gvlid": null,
8557
"disclosureURL": null
86-
},
87-
{
88-
"componentType": "bidder",
89-
"componentName": "stellormedia",
90-
"aliasOf": "adtelligent",
91-
"gvlid": null,
92-
"disclosureURL": null
9358
}
9459
]
95-
}
60+
}

modules/adtelligentBidAdapter.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@ const HOST_GETTERS = {
2525
return 'ghb' + subdomainSuffixes[num++ % subdomainSuffixes.length] + '.adtelligent.com';
2626
}
2727
}()),
28-
streamkey: () => 'ghb.hb.streamkey.net',
29-
janet: () => 'ghb.bidder.jmgads.com',
30-
ocm: () => 'ghb.cenarius.orangeclickmedia.com',
31-
'9dotsmedia': () => 'ghb.platform.audiodots.com',
3228
indicue: () => 'ghb.console.indicue.com',
33-
stellormedia: () => 'ghb.ads.stellormedia.com'
3429
}
3530
const getUri = function (bidderCode) {
3631
const bidderWithoutSuffix = bidderCode.split('_')[0];
@@ -47,12 +42,7 @@ export const spec = {
4742
code: BIDDER_CODE,
4843
gvlid: 410,
4944
aliases: [
50-
'streamkey',
51-
'janet',
52-
{ code: 'ocm', gvlid: 1148 },
53-
'9dotsmedia',
5445
'indicue',
55-
'stellormedia'
5646
],
5747
supportedMediaTypes,
5848
isBidRequestValid,

test/spec/modules/adtelligentBidAdapter_spec.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ const EXPECTED_ENDPOINTS = [
1111
'https://ghb.adtelligent.com/v2/auction/'
1212
];
1313
const aliasEP = {
14-
'janet_publisherSuffix': 'https://ghb.bidder.jmgads.com/v2/auction/',
15-
'streamkey': 'https://ghb.hb.streamkey.net/v2/auction/',
16-
'janet': 'https://ghb.bidder.jmgads.com/v2/auction/',
17-
'ocm': 'https://ghb.cenarius.orangeclickmedia.com/v2/auction/',
18-
'9dotsmedia': 'https://ghb.platform.audiodots.com/v2/auction/',
1914
'indicue': 'https://ghb.console.indicue.com/v2/auction/',
20-
'stellormedia': 'https://ghb.ads.stellormedia.com/v2/auction/',
2115
};
2216

2317
const DEFAULT_ADATPER_REQ = { bidderCode: 'adtelligent', ortb2: { source: { ext: { schain: { ver: 1 } } } } };

0 commit comments

Comments
 (0)