Skip to content

Commit

Permalink
clean.io RTD Module: Added additional properties on Billable Event. (p…
Browse files Browse the repository at this point in the history
…rebid#9052)

Co-authored-by: yevhen.tykhonov <yevhen.tykhonov@gmail.com>
  • Loading branch information
eugen-tikhonov and avetihon authored Sep 29, 2022
1 parent e3689ef commit 525d824
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions modules/cleanioRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,9 @@ let startBillableEvents = function() {
vendor: 'clean.io',
billingId: generateUUID(),
type: 'impression',
// TODO: if absolutely crucial, winnerBidResponse may be used
// to track down auctionId and transactionId
// However, those seem to be of importance for Demand Managers,
// while these billable events are for publishers
auctionId: winnerBidResponse.auctionId,
transactionId: winnerBidResponse.transactionId,
bidId: winnerBidResponse.requestId,
});
});
}
Expand Down

0 comments on commit 525d824

Please sign in to comment.