-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Prebid Publisher-Provided User IDs #5690
Comments
@jdwieland8282 not sure if you're aware but I think you pinned the issue for everyone, not just yourself |
Appears to somewhat be a duplicate of #4175 It seems publishers specifying a ppuid should also be adding metadata, is this an email, is this hashed, etc. Perhaps this proposal should include some conventions on 'type' Also, implementing this closer to the suggestion in 4175 would allow for some consent checking to be coded in, where this proposal would rely on the publisher to check consent before setting the Id. |
Discussed an alternate solution in committee that addresses the consent management piece. Add another user ID sub-module, call it the "PublisherProvided" module. It could take values from two places:
After consent is checked, the resulting eids structure is simply passed to bid adapters as bidRequest.userId.pubProvided.
It's also available from the getUserIdsAsEids() function. AMPIt's come to our attention that passing dynamic data through AMP is a problem. See prebid/prebid-server#1404 So even though we don't know that it's currently possible to handle User IDs in AMP at all, I think it makes sense to change the proposed (theoretical) AMP proposal to removing User IDs from the targeting and making a new path for it:
Community input needed here. |
@bretg, would you please clarify a bit more about
Is Also for this setting, it doesn't need to check consent inside prebid code, since that customized function ( |
Correct
Any user-id submodule gets consent checks. The sense I got from the committee meeting was that it's not cool to throw the consent problem onto pubs in general, even if some of you can handle it. FWIW - re-thinking the AMP portion of this - will update the alternate proposal soon. |
Make sense. |
Would just like to specifically +1 the ability to choose which bidders receive their ID(s) part of your proposal. I hear frequently from publishers that they would like to be able to explicitly configure this rather than treating all bidders the same. |
Is this in relation to specifically the publisher's ID and which bidders get access to it? Or are you suggesting that all User ID submodules be configurable by the publisher to indicate which bid adapters have access? |
@smenzer Ah, good question. I was thinking of the latter and understood it to be a broader userId dependency of this proposal, not specific to PPUIDs. |
Since we've deployed the PubProvided module, going to close this issue out. The permissions scheme is being discussed in #5814 |
Type of issue
Proposed Convention
Description
Note: major update to the proposal here -- replacing the original First Party Data-based proposal with a new UserID sub-module.
Recent identity discussions have suggested there would be value in allowing Publishers to communicate their own first party user IDs (PPUID = Publisher Provided User ID) to some or all bidders.
The precise use cases aren't fully worked out, but this proposal takes on a meta-goal of enabling publisher flexibility:
If we've learned anything about User IDs in the past year, it's that the space changes quickly, so flexibility seems warranted.
Add another user ID sub-module, call it the "PubProvidedId" module. It takes values from two places:
static eids values e.g.
a publisher-provided function that produces eids-style output
After consent is checked, the resulting eids structure is simply passed to bid adapters as bidRequest.userId.pubProvided.
It's also available from the getUserIdsAsEids() function.
AMP
It's come to our attention that passing dynamic data through AMP is a problem. See prebid/prebid-server#1404
So even though we don't know that it's currently possible to handle User IDs in AMP at all, I think it makes sense to change the proposed (theoretical) AMP proposal to removing User IDs from the targeting and making a new path for it:
This would require specific support from the AMP Project to allow for dynamic values.
Community input needed here.
The text was updated successfully, but these errors were encountered: