Skip to content

Commit

Permalink
deprecate old copper6 alias (#12112)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneGenie authored Aug 9, 2024
1 parent 6b96cba commit 2a62970
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions modules/adtelligentBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const HOST_GETTERS = {
janet: () => 'ghb.bidder.jmgads.com',
ocm: () => 'ghb.cenarius.orangeclickmedia.com',
'9dotsmedia': () => 'ghb.platform.audiodots.com',
copper6: () => 'ghb.app.copper6.com',
indicue: () => 'ghb.console.indicue.com',
}
const getUri = function (bidderCode) {
Expand All @@ -48,7 +47,6 @@ export const spec = {
{ code: 'selectmedia', gvlid: 775 },
{ code: 'ocm', gvlid: 1148 },
'9dotsmedia',
'copper6',
'indicue',
],
supportedMediaTypes: [VIDEO, BANNER],
Expand Down
1 change: 0 additions & 1 deletion test/spec/modules/adtelligentBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const aliasEP = {
'janet': 'https://ghb.bidder.jmgads.com/v2/auction/',
'ocm': 'https://ghb.cenarius.orangeclickmedia.com/v2/auction/',
'9dotsmedia': 'https://ghb.platform.audiodots.com/v2/auction/',
'copper6': 'https://ghb.app.copper6.com/v2/auction/',
'indicue': 'https://ghb.console.indicue.com/v2/auction/',
};

Expand Down

0 comments on commit 2a62970

Please sign in to comment.