Skip to content

Commit

Permalink
mapping spotx dealid to bid object (#5745)
Browse files Browse the repository at this point in the history
Co-authored-by: Danny Khatib <dk2020@Dannys-MacBook-Pro.local>
  • Loading branch information
khatibda and Danny Khatib authored Sep 16, 2020
1 parent a3aa5f4 commit 9452050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/spotxBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ export const spec = {
currency: serverResponseBody.cur || 'USD',
cpm: spotxBid.price,
creativeId: spotxBid.crid || '',
dealId: spotxBid.dealid || '',
ttl: 360,
netRevenue: true,
channel_id: serverResponseBody.id,
Expand Down

0 comments on commit 9452050

Please sign in to comment.