-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance meta data for user id modules #5060
Comments
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
|
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
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: