Skip to content

Commit

Permalink
Merge pull request #9 from gumgum/ADJS-1271-send-envelope-param-for-l…
Browse files Browse the repository at this point in the history
…exicon

GumGum Bid Adapter - Added support for envelope key for id properties
  • Loading branch information
john-ivan authored Mar 7, 2023
2 parents fdf036c + 47555db commit 511ae6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/gumgumBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ function getEids(userId) {
const idProperties = [
'uid',
'eid',
'lipbid'
'lipbid',
'envelope'
];

return Object.keys(userId).reduce(function (eids, provider) {
Expand Down

0 comments on commit 511ae6b

Please sign in to comment.