Skip to content

Commit

Permalink
ADJS-1271-send-envelope-param-for-lexicon
Browse files Browse the repository at this point in the history
  • Loading branch information
john-bauzon-gumgum committed Mar 7, 2023
1 parent fdf036c commit 47555db
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 47555db

Please sign in to comment.