Skip to content

Commit

Permalink
EIDS Support Update (prebid#6394)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuschkany authored and seergiioo6 committed Mar 23, 2021
1 parent fe93361 commit 3648cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/connectadBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const spec = {

// EIDS Support
if (validBidRequests[0].userId) {
data.user.ext.eids = createEidsArray(validBidRequests[0].userId);
utils.deepSetValue(data, 'user.ext.eids', createEidsArray(validBidRequests[0].userId));
}

validBidRequests.map(bid => {
Expand Down

0 comments on commit 3648cfd

Please sign in to comment.