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

Prebid 7: remove support for legacy FPD #8283

Closed
dgirardi opened this issue Apr 13, 2022 · 3 comments
Closed

Prebid 7: remove support for legacy FPD #8283

dgirardi opened this issue Apr 13, 2022 · 3 comments

Comments

@dgirardi
Copy link
Collaborator

Description

Remove support for setConfig('fpd'), config.getLegacyFpd, config.convertAdUnitFpd and related relics of legacy fpd

Related: #8264

@patmmccann
Copy link
Collaborator

#7796 for linkage

@dgirardi
Copy link
Collaborator Author

going through adapters for an unrelated issue, I noticed some uses of legacy fpd that are not trivial to remove. For example:

let fpdcfg = config.getLegacyFpd(config.getConfig('ortb2'));
if (fpdcfg && fpdcfg.context) {
let fdata = {
keywords: fpdcfg.context.keywords || '',
category: fpdcfg.context.data.category || ''
}
payload.fpd = fdata;
}

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.

@patmmccann
Copy link
Collaborator

taxonomy committee indicates support to include this in 7

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