Skip to content

Commit

Permalink
ADJS-1271-send-envelope-param-for-lexicon (#9634)
Browse files Browse the repository at this point in the history
Co-authored-by: John Bauzon <john.bauzon@gumgum.com>
  • Loading branch information
john-ivan and john-bauzon-gumgum committed Mar 8, 2023
1 parent 2931600 commit 130efeb
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 130efeb

Please sign in to comment.