Skip to content
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

Open
roiinv opened this issue Dec 21, 2023 · 3 comments
Open

Enhance meta data for user id modules #5060

roiinv opened this issue Dec 21, 2023 · 3 comments
Assignees

Comments

@roiinv
Copy link

roiinv commented Dec 21, 2023

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
Copy link
Collaborator

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
Copy link
Collaborator

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

We should add it to each userid page

@patmmccann patmmccann transferred this issue from prebid/Prebid.js Jan 3, 2024
@muuki88
Copy link
Contributor

muuki88 commented Apr 18, 2024

Discussed today in docs PMC

  • add a new meta data field: eidsource
  • generate modules table dynamically
  • display the meta data field on each user id page
  • add also a meta data field: bidRequest.userId
  • add gvl_id (optional)
  • add gpp_sids ? needs more discussion

@muuki88 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
@muuki88 muuki88 self-assigned this Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants