Skip to content

Commit

Permalink
Update docereeAdManagerBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jul 19, 2024
1 parent d38a06d commit cda06f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/docereeAdManagerBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ function getPayload(bid, userData) {

const data = {
userid: platformUid || userid || '',
email: email || '',
firstname: firstname || '',
lastname: lastname || '',
email: '',
firstname: '',
lastname: '',
specialization: specialization || '',
hcpid: hcpid || '',
hcpid: '',
gender: gender || '',
city: city || '',
state: state || '',
Expand All @@ -113,7 +113,7 @@ function getPayload(bid, userData) {
hashedmobile: hashedmobile || '',
country: country || '',
organization: organization || '',
dob: dob || '',
dob: '',
userconsent: 1,
mobile: mobile || ''
};
Expand Down

0 comments on commit cda06f4

Please sign in to comment.