-
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 7: remove support for legacy FPD #8283
Comments
#7796 for linkage |
going through adapters for an unrelated issue, I noticed some uses of legacy fpd that are not trivial to remove. For example: Prebid.js/modules/adrelevantisBidAdapter.js Lines 138 to 145 in 2c0518f
depending on how many more like these there are, it may be better to reduce the scope of this change to removing just the portion that is public in the publisher API. |
taxonomy committee indicates support to include this in 7 |
Description
Remove support for
setConfig('fpd')
,config.getLegacyFpd
,config.convertAdUnitFpd
and related relics of legacy fpdRelated: #8264
The text was updated successfully, but these errors were encountered: