Skip to content

Commit

Permalink
NextMillennium Bd Adapter : add gvlid (#9858)
Browse files Browse the repository at this point in the history
* add gvlid

* no change
  • Loading branch information
JacobKlein26 committed Apr 27, 2023
1 parent bff1f41 commit 3430e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nextMillenniumBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const VIDEO_PARAMS = [
'api', 'linearity', 'maxduration', 'mimes', 'minduration', 'placement',
'playbackmethod', 'protocols', 'startdelay'
];
const GVLID = 1060;

const sendingDataStatistic = initSendingDataStatistic();
events.on(CONSTANTS.EVENTS.AUCTION_INIT, auctionInitHandler);
Expand All @@ -44,6 +45,7 @@ events.on(CONSTANTS.EVENTS.BID_WON, bidWonHandler);
export const spec = {
code: BIDDER_CODE,
supportedMediaTypes: [BANNER, VIDEO],
gvlid: GVLID,

isBidRequestValid: function(bid) {
return !!(
Expand Down

0 comments on commit 3430e8d

Please sign in to comment.