prebid / prebid.github.io

Repo that controls Prebid.org website
http://prebid.org
Apache License 2.0
69 stars 1.19k forks source link

Enhance meta data for user id modules #5060

Open roiinv opened 10 months ago

roiinv commented 10 months ago

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 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' } }

patmmccann commented 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.

patmmccann commented 10 months ago

This is available at https://docs.prebid.org/dev-docs/modules/userId.html#prebidjs-adapters

We should add it to each userid page

muuki88 commented 6 months ago

Discussed today in docs PMC