Skip to content

Commit

Permalink
Nexx360 Bid Adapter: 1accord alias added (#11984)
Browse files Browse the repository at this point in the history
* amxId fix

* 1accord alias added

* test fix

---------

Co-authored-by: Gabriel Chicoye <gabriel@macbookrogab24g.lan>
  • Loading branch information
gchicoye and Gabriel Chicoye authored Jul 16, 2024
1 parent 5311922 commit 71c1087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/nexx360BidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const OUTSTREAM_RENDERER_URL = 'https://acdn.adnxs.com/video/outstream/ANOutstre
const BIDDER_CODE = 'nexx360';
const REQUEST_URL = 'https://fast.nexx360.io/booster';
const PAGE_VIEW_ID = generateUUID();
const BIDDER_VERSION = '4.1';
const BIDDER_VERSION = '4.2';
const GVLID = 965;
const NEXXID_KEY = 'nexx360_storage';

Expand All @@ -33,6 +33,7 @@ const ALIASES = [
{ code: 'league-m', gvlid: 965 },
{ code: 'prjads' },
{ code: 'pubtech' },
{ code: '1accord', gvlid: 965 },
];

export const storage = getStorageManager({
Expand Down
2 changes: 1 addition & 1 deletion test/spec/modules/nexx360BidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ describe('Nexx360 bid adapter tests', function () {
expect(requestContent.imp[1].tagid).to.be.eql('div-2-abcd');
expect(requestContent.imp[1].ext.adUnitCode).to.be.eql('div-2-abcd');
expect(requestContent.imp[1].ext.divId).to.be.eql('div-2-abcd');
expect(requestContent.ext.bidderVersion).to.be.eql('4.1');
expect(requestContent.ext.bidderVersion).to.be.eql('4.2');
expect(requestContent.ext.source).to.be.eql('prebid.js');
});

Expand Down

0 comments on commit 71c1087

Please sign in to comment.