Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next Millennium Bid Adapter : added imp[].id required parameter for openrtb 2.5 request. #9675

Merged
merged 29 commits into from
Mar 16, 2023
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b00c661
changed name company
mhlm May 31, 2019
38081ff
changed name company in test
mhlm Jun 3, 2019
15bc5fd
Merge pull request #1 from prebid/master
mhlm Oct 8, 2019
7c7d413
Merge branch 'prebid:master' into master
mhlm Mar 21, 2022
4a3926e
Added processing of a new group_id parameter
mhlm Mar 21, 2022
0665078
Added processing of a new group_id parameter
mhlm Mar 21, 2022
3db3ac5
changed check parameters
mhlm Mar 25, 2022
18dff75
fixed lint remarks
mhlm Mar 25, 2022
df8a27c
added test
mhlm Mar 29, 2022
21fc771
fixed bug - lint
mhlm Mar 29, 2022
81b90a7
changed test
mhlm Mar 29, 2022
193a5d6
changed test - 2
mhlm Mar 29, 2022
2445c0b
fixed bug - adapter
mhlm Mar 29, 2022
26bfc7d
Merge branch 'prebid:master' into master
mhlm Jul 6, 2022
77454b7
added logic for getting ad impressions
mhlm Jul 6, 2022
d7f83b0
merged
mhlm Nov 17, 2022
9fed5d1
Collecting timeouts data
mhlm Nov 21, 2022
db0a0a0
Collecting resaponses and no_bids data
mhlm Nov 21, 2022
87c81fe
changed a name function
mhlm Nov 21, 2022
5a0a957
added event bidRequested
mhlm Nov 23, 2022
39ed0f9
added event bidRequested
mhlm Nov 23, 2022
8231065
added function initialization events
mhlm Nov 23, 2022
33f3e1a
fixed bug
mhlm Nov 23, 2022
83ca951
save
mhlm Nov 23, 2022
0e93c31
added tests
mhlm Nov 29, 2022
3560892
Added processing of the disabledSendingStatisticData parameter, which…
mhlm Dec 5, 2022
463aa57
changed the name of the variables
mhlm Dec 5, 2022
3f043a2
merged
mhlm Mar 16, 2023
9f3d39c
fixed bug - added required parameter for openrtb request
mhlm Mar 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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