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 || '',