-
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
bid adapters: support standard first party data keywords #8660
Comments
@bretg does this apply to Xandr adapter? |
Prebid.js/modules/appnexusBidAdapter.js Line 846 in 15b688c
|
It applies to all bidders. @jsnellbaker - please take a look at the appnexus bid adapter to make sure keywords can come from ortb2 and not just bidder-specific params. Thanks! |
To clarify the intent/context, when a publisher specifies ortb2 keywords - they intend to have them apply to all adUnits that were part of the setup? It's not a selective thing per adUnit? I figure it's the former, but I just want to check in case there are other possible use-cases within the ortb2 setup. |
Not clear imp-level keywords is a real use-case, but if it is, seems like AdUnit.ortb2Imp.ext.data.keywords would be the right location. ORTB specifies site.keywords, app.keywords, user.keywords, and site.content.keywords -- those should be set with setConfig({ortb2}). |
Hi @bretg Thanks for the feedback. We will take a look into these changes for our next sprint. |
@jsnellbaker this is complete on your side right? |
left the comment on the wrong issue. Let me review and follow-up |
Yes from what I understand, this should be complete from our end. |
Bid Adapters that take a keyword parameter but don't currently look at either ortb2.site or ortb2.user
Bid Adapters that support passing meta keywords but not first party data keywords Biink Bid Adapter |
This is a possible item for PBJS 8.
Agree with this. Now that the FPD enrichment is part of core, these adapters should be retrieving meta keywords from core. |
Type of issue
conforming to standards
Description
While reviewing a documentation PR from (@gchicoye), I noticed that the nexx360 is accepting a 'keywords' parameter and doesn't look for them in ortb2.site.keywords.
It's not acceptable for publishers to have to pass adapters special first party data -- rather, they should be able to set standard FPD keywords and all adapters must read from that conventional location. It's acceptable to support both custom params as well as the conventional location.
Adapters that need to be checked and possibly updated:
@ChrisHuie found these additional bidders that need to look into this:
The text was updated successfully, but these errors were encountered: