diff --git a/modules/gumgumBidAdapter.js b/modules/gumgumBidAdapter.js index b12aa3ee861..2cdafd26987 100644 --- a/modules/gumgumBidAdapter.js +++ b/modules/gumgumBidAdapter.js @@ -264,7 +264,8 @@ function getEids(userId) { const idProperties = [ 'uid', 'eid', - 'lipbid' + 'lipbid', + 'envelope' ]; return Object.keys(userId).reduce(function (eids, provider) {