From 525d824c256df42aa136b41535c1de378fd9e5a1 Mon Sep 17 00:00:00 2001 From: eugen-tikhonov <31205179+eugen-tikhonov@users.noreply.github.com> Date: Fri, 30 Sep 2022 00:21:32 +0300 Subject: [PATCH] clean.io RTD Module: Added additional properties on Billable Event. (#9052) Co-authored-by: yevhen.tykhonov --- modules/cleanioRtdProvider.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/cleanioRtdProvider.js b/modules/cleanioRtdProvider.js index a6ac3fc1317..09c5f722d7f 100644 --- a/modules/cleanioRtdProvider.js +++ b/modules/cleanioRtdProvider.js @@ -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, }); }); }