We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4c06a commit 7a23b05Copy full SHA for 7a23b05
modules/admaticBidAdapter.js
@@ -111,7 +111,6 @@ function buildRequestObject(bid) {
111
const reqObj = {};
112
reqObj.size = getSizes(bid);
113
reqObj.id = getBidIdParameter('bidId', bid);
114
- reqObj.floor = getValue(bid.params, 'floor') || 0.01;
115
return reqObj;
116
}
117
modules/admaticBidAdapter.md
@@ -18,8 +18,7 @@ Use `admatic` as bidder.
18
bids: [{
19
bidder: 'admatic',
20
params: {
21
- networkId: 12345,
22
- floor: 0.5
+ networkId: 12345
23
24
}]
25
},{
@@ -28,8 +27,7 @@ Use `admatic` as bidder.
28
27
29
30
31
32
33
34
35
}];
0 commit comments