From 13035f962bf91c4dcd5a2d55ac19bfaff65b94d2 Mon Sep 17 00:00:00 2001 From: aman-adpushup Date: Mon, 23 Dec 2024 18:19:33 +0530 Subject: [PATCH] added additional params in adapter --- modules/docereeAdManagerBidAdapter.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/docereeAdManagerBidAdapter.js b/modules/docereeAdManagerBidAdapter.js index d3765f5a130..b70278aefd1 100644 --- a/modules/docereeAdManagerBidAdapter.js +++ b/modules/docereeAdManagerBidAdapter.js @@ -92,6 +92,8 @@ function getPayload(bid, userData) { hashedhcpid, hashedemail, hashedmobile, + platformUid, + mobile, country, organization, dob, @@ -115,6 +117,8 @@ function getPayload(bid, userData) { hashedhcpid: hashedhcpid || '', hashedemail: hashedemail || '', hashedmobile: hashedmobile || '', + platformUid: platformUid || '', + mobile: mobile || '', country: country || '', organization: organization || '', dob: dob || '',