Skip to content

Commit

Permalink
Adding deals to response.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikael-lundin committed Oct 6, 2021
1 parent d7a42f3 commit 838d248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/adnuntiusBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export const spec = {
height: Number(ad.creativeHeight),
creativeId: ad.creativeId,
currency: (ad.bid) ? ad.bid.currency : 'EUR',
dealId: ad.dealId || '',
meta: {
advertiserDomains: (ad.destinationUrls.destination) ? [ad.destinationUrls.destination.split('/')[2]] : []

Expand Down

0 comments on commit 838d248

Please sign in to comment.