-
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
Need support for different sharedIds for different bidders #9414
Comments
Why do you want to do this? |
@patmmccann This is a requirement for First Party Data Protection. We want to send different derivates of our First Party ID to the ssps to avoid ID leakage or non agreed matchings. |
@patmmccann so this is already possible? Is there a documentation to that related PRs new option? |
I believe is possible to do this with static config since #5767 |
I read #8499 today again and again and for me it seems like each idModule would need to be updated the way merkle was updated. They have a dedicated part of code for multiple ids. Doesn't that mean, that the sharedIdModule also needs an update like the merkle one and do the adapters supporting those idModules like |
@AramZS from wapo echoed support for this feature request (if it is indeed not currently possible by hacking the ppid module config) |
I'm onboard for adding this to the shareid roadmap. Have we confirmed whether it is already possible or not? |
I am not aware of a way to do this in general. The closest I can think of is to |
thanks @dgirardi we will take this up in our next sprint. |
@renebaudisch I think we need to modify the config in order to support unique sharedIds per bidder. Specifically we think we need to add a booleen
|
@jdwieland8282 shouldn't that have only one id, different for each bidder? otherwise it is not concealing ids; bidderA still can snoop into the id given to bidderB. |
thats a good point @dgirardi humm we'll have to think about this a little more. Thanks for pointing that out. |
Please let me add, I would prefer to set this as config:
|
Hi @renebaudisch the issue of concealing ids @dgirardi mentions would still apply |
@SKOCHERI @jdwieland8282 if this is actively in progress, pls let us know |
We're still thinking about an approach, we haven't come up with an approach that would conceal unique sharedids from bidders. |
Different sharedids for different bidders imply to each ssp that they are a different user and breaks dsp frequency capping on the identifier. I think this should be a 'will not do' as it intentionally breaks the value of the identifier. |
Type of issue
feature request
Description
We need to pass different values to different bidders using sharedId adapter but it turns out that only the first configuration for sharedId will be applied.
Steps to reproduce
userIds config we want to use
Test page
https://reports.asadcdn.com/demopages/2023/sharedId.html
Where bidderA = adf
and bidderB = teads
Expected results
Both bid requests are done with their own eids object
Actual results
Only bidderA holds a pubcid entry, while bidder B does not.
Platform details
v7.31.0
The text was updated successfully, but these errors were encountered: