Open roiinv opened 10 months ago
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.
This is available at https://docs.prebid.org/dev-docs/modules/userId.html#prebidjs-adapters
We should add it to each userid page
Discussed today in docs PMC
eidsource
bidRequest.userId
gvl_id
(optional)gpp_sids
? needs more discussion
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 what so I tried thepbjs.getUserIds()
unfortunately the structure of the result is not the same for example{ foo: 'abc', boo: [], zoo: { ext: 'some-string', uid: 'some-string' } }