Skip to content

Commit

Permalink
Add deal id handling (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlane authored and Matt Kendall committed Mar 13, 2017
1 parent 09e4675 commit 9571ce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapters/appnexusAst.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ function AppnexusAstAdapter() {
if (ad && status === STATUS.GOOD) {
bid.cpm = ad.cpm;
bid.creative_id = ad.creative_id;
bid.dealId = ad.deal_id;

if (ad.rtb.video) {
bid.width = ad.rtb.video.player_width;
Expand Down

0 comments on commit 9571ce9

Please sign in to comment.