Skip to content

Commit

Permalink
Next Millennium Bid Adapter : added imp[].id required parameter for…
Browse files Browse the repository at this point in the history
… openrtb 2.5 request. (#9675)

* changed name company

* changed name company in test

* Added processing of a new group_id parameter

* Added processing of a new group_id parameter

* changed check parameters

* fixed lint remarks

* added test

* fixed bug - lint

* changed test

* changed test - 2

* fixed bug - adapter

* added logic for getting ad impressions

* Collecting timeouts data

* Collecting resaponses and no_bids data

* changed a name function

* added event bidRequested

* added event bidRequested

* added function initialization events

* fixed bug

* save

* added tests

* Added processing of the disabledSendingStatisticData parameter, which disables sending statistics data

* changed the name of the variables

* fixed bug - added required parameter for openrtb request
  • Loading branch information
mhlm authored Mar 16, 2023
1 parent d73bad6 commit 06df26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/nextMillenniumBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export const spec = {
};

const imp = {
id: bid.adUnitCode,
ext: {
prebid: {
storedrequest: {id}
Expand Down

0 comments on commit 06df26e

Please sign in to comment.