You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
what is the best way to get the EIDS module that has been used in the auction of PBJs?
I tried to use pbjs.getUserIdsAsEids() but I got a lot of sources and I don't know which module has supplied what
so I tried the pbjs.getUserIds() unfortunately the structure of the result is not the same
for example { foo: 'abc', boo: [], zoo: { ext: 'some-string', uid: 'some-string' } }
The text was updated successfully, but these errors were encountered:
There's no map from module name to eids source that I'm aware of, but you should likely form one for the modules you work with. They are meant to be easy to recognize, but there's certainly some exceptions.
muuki88
changed the title
what is the best way to get the EIDS module who participate in the auction
Enhance meta data for user id modules
Apr 18, 2024
Type of issue
question
Description
what is the best way to get the EIDS module that has been used in the auction of PBJs?
I tried to use
pbjs.getUserIdsAsEids()
but I got a lot of sources and I don't know which module has supplied whatso I tried the
pbjs.getUserIds()
unfortunately the structure of the result is not the samefor example
{ foo: 'abc', boo: [], zoo: { ext: 'some-string', uid: 'some-string' } }
The text was updated successfully, but these errors were encountered: