Skip to content

Commit

Permalink
Pass along us_privacy string
Browse files Browse the repository at this point in the history
  • Loading branch information
ym-elber committed Dec 20, 2019
1 parent 797b040 commit d257f97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/yieldmoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,8 @@ export const spec = {
// case of undefined, stringify will remove param
gdprApplies: bidderRequest && bidderRequest.gdprConsent ? bidderRequest.gdprConsent.gdprApplies : undefined,
cmp: bidderRequest && bidderRequest.gdprConsent ? bidderRequest.gdprConsent.consentString : undefined
<<<<<<< HEAD
}),
us_privacy: bidderRequest && bidderRequest.us_privacy,
=======
})
>>>>>>> 17108a40... change parameter namves
};

bidRequests.forEach((request) => {
Expand Down

0 comments on commit d257f97

Please sign in to comment.