Skip to content

Commit

Permalink
3.0 bidder version (#10381)
Browse files Browse the repository at this point in the history
  • Loading branch information
gchicoye committed Aug 22, 2023
1 parent 6cab521 commit 18183f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/nexx360BidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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 = '2.0';
const BIDDER_VERSION = '3.0';
const GVLID = 965;
const NEXXID_KEY = 'nexx360_storage';

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 @@ -374,7 +374,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('2.0');
expect(requestContent.ext.bidderVersion).to.be.eql('3.0');
expect(requestContent.ext.source).to.be.eql('prebid.js');
});

Expand Down

0 comments on commit 18183f0

Please sign in to comment.