Skip to content

Commit

Permalink
Merge pull request #13 from themaven-net/ADS-3913-add-deal
Browse files Browse the repository at this point in the history
ADS-3913 Add deal to mavenAnalyticsAdapter
  • Loading branch information
martiantim authored Mar 12, 2020
2 parents e42570e + 2a14196 commit 744aeb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/mavenAnalyticsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ let mavenAnalytics = Object.assign(adapter({hummingbirdUrl, analyticsType}), {
bidder: bid.bidderCode,
cpm: bid.cpm,
timeToRespond: bid.timeToRespond,
deal: !!bid.dealId
});
});
// Zone info for all zones in play.
Expand Down

0 comments on commit 744aeb2

Please sign in to comment.