Skip to content

Commit

Permalink
Added the option to pass a deal id instead of a partnership id (prebi…
Browse files Browse the repository at this point in the history
  • Loading branch information
nabcos authored and Pedro López Jiménez committed Mar 18, 2019
1 parent 280ff6a commit d8454e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/yieldlabBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const spec = {
width: customsize[0],
height: customsize[1],
creativeId: '' + matchedBid.id,
dealId: matchedBid.pid,
dealId: (matchedBid['c.dealid']) ? matchedBid['c.dealid'] : matchedBid.pid,
currency: CURRENCY_CODE,
netRevenue: false,
ttl: BID_RESPONSE_TTL_SEC,
Expand Down

0 comments on commit d8454e1

Please sign in to comment.