Skip to content

Commit

Permalink
Admixer Bid Adapter : removed ortb2 from imp array (#10450)
Browse files Browse the repository at this point in the history
* Update README.md

update

* removed ortb2 from admixer imp

---------

Co-authored-by: AdmixerTech <[email protected]>
Co-authored-by: AdmixerTech <[email protected]>
Co-authored-by: AdmixerTech <[email protected]>
  • Loading branch information
4 people committed Sep 14, 2023
1 parent 50bcec3 commit 294b84e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/admixerBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export const spec = {
validRequest.forEach((bid) => {
let imp = {};
Object.keys(bid).forEach(key => imp[key] = bid[key]);
imp.ortb2 && delete imp.ortb2;
payload.imps.push(imp);
});
return {
Expand Down

0 comments on commit 294b84e

Please sign in to comment.