-
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
Losing user.data
after getLegacyFpd
#8264
Comments
This appears to be a significant bug |
@nllerandi3lift on further review, only very few adapters still use this function; perhaps you can deprecate your use of it? |
I figured that might be the case. The usage of |
We can close this if there are no other concerns. I'm fine with deprecating. |
Thanks @nllerandi3lift - apparently we neglected to get rid of getLegacyFPD in 5, but will do so in 7. |
Type of issue
Question / Possible bug
Description
user.data
is getting dropped when the result ofgetConfig('ortb2')
is passed intogetLegacyFpd
. A few bid adapters are still using this method so posting here first to see if this is desired behavior.It looks like this may have been intentional at some point - #6293 (review)
As the method is filtering out
data
keys -Prebid.js/src/config.js
Line 371 in 3fd3b5d
But
user.data
is an increasingly more relevant field - #6057Is this intentional?
Steps to reproduce
Platform details
Testing on v6.19.0-pre, but I would think this some functionality can be found from when
getLegacyFpd
was introduced.The text was updated successfully, but these errors were encountered: