Skip to content

Commit

Permalink
add Janet Adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
GeneGenie committed Mar 11, 2022
1 parent 9c0975a commit f7c0aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/adtelligentBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const syncsCache = {};
export const spec = {
code: BIDDER_CODE,
gvlid: 410,
aliases: ['onefiftytwomedia', 'selectmedia', 'appaloosa', 'bidsxchange', 'streamkey',
aliases: ['onefiftytwomedia', 'selectmedia', 'appaloosa', 'bidsxchange', 'streamkey', 'janet',
{ code: 'navelix', gvlid: 380 },
{
code: 'mediafuse',
Expand Down
1 change: 1 addition & 0 deletions test/spec/modules/adtelligentBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const aliasEP = {
navelix: 'https://ghb.hb.navelix.com/v2/auction/',
bidsxchange: 'https://ghb.hbd.bidsxchange.com/v2/auction/',
streamkey: 'https://ghb.hb.streamkey.net/v2/auction/',
janet: 'https://ghb.bidder.jmgads.com/v2/auction/',
};

const DEFAULT_ADATPER_REQ = { bidderCode: 'adtelligent' };
Expand Down

0 comments on commit f7c0aa6

Please sign in to comment.