Skip to content

Commit

Permalink
adds dealid property to bid responses
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettBlox committed May 23, 2024
1 parent 4792031 commit 2ec61c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/concertBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ export const spec = {
meta: { advertiserDomains: bid && bid.adomain ? bid.adomain : [] },
creativeId: bid.creativeId,
netRevenue: bid.netRevenue,
currency: bid.currency
currency: bid.currency,
...(bid.dealid && { dealId: bid.dealid }),
};
});

Expand Down

0 comments on commit 2ec61c5

Please sign in to comment.