-
Notifications
You must be signed in to change notification settings - Fork 562
Add AppNexus targeting to Sonobi bid request #18896
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
Conversation
@@ -60,6 +60,7 @@ export const sonobiBidder: PrebidBidder = { | |||
ad_unit: config.page.adUnit, | |||
dom_id: slotId, | |||
floor: 0.5, | |||
appNexusTargeting: config.page.appNexusPageTargeting, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should ensure there is a dependency on this:
https://github.com/guardian/frontend/blob/master/static/src/javascripts/projects/commercial/modules/build-page-targeting.js#L165
To ensure that AppNexus targeting is available to the Sonobi bidder.
eecaf6e
to
6fd73c6
Compare
PRbuilds results: Screenshots 💚 Exceptions 🔥 (failed) A11y validation Apache Benchmark Load Testing 🔥 (invalid) Microdata Validation --automated message |
Overdue on PROD (merged by @kelvin-chappell 30 minutes and 5 seconds ago) What's gone wrong? |
Should make new prebid setup functionally equivalent to old Sonobi wrapper setup.
Depends on guardian/Prebid.js#3