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

Setting EIDs without user ID module #12396

Closed
dgirardi opened this issue Oct 31, 2024 · 2 comments
Closed

Setting EIDs without user ID module #12396

dgirardi opened this issue Oct 31, 2024 · 2 comments

Comments

@dgirardi
Copy link
Collaborator

Type of issue

Feature request

Description

Publishers or 3rd party scripts should be able to set EIDs and have them picked up by adapters without the need to include any userID module.

Other information

With #12110, EIDs set as first party data are picked up by the userID module an and included in userIdAsEids. However, if the userId module is not present, userIdAsEids is also missing and many adapters would not see any ID.

Options are:

  • update every adapter to look at ortb2.user.ext.eids instead of userIdAsEids;
  • move the userIdAsEids logic out of userId and into core.

Also related: deprecation of the legacy userId (#11377)

@patmmccann
Copy link
Collaborator

patmmccann commented Nov 4, 2024

Use cases:

Another script or browser extension plans to inject eid for bidder utility however prebid does not have userid module installed.
Publisher wants to just set a simple id without the overhead of userid module.

Open question: is anyone opposed to making it easy to inject ids by another party when there is no userid module?

@patmmccann
Copy link
Collaborator

On committee discussion, we may patch some popular adapters to do look at ortb2.user.ext.eids instead of or in addition to userIdsAsEids

@patmmccann patmmccann closed this as not planned Won't fix, can't repro, duplicate, stale Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants