-
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 v7.39.0: drop in Rubicon delivery #11680
Comments
May be related to #9605 Some notable differences between old and new versions:
|
Hi, @dgirardi, and thanks for your quick response. Yes, I imagine our issues are triggered by the changes from that PR. I noticed, however, that according to the unit tests modified on that same PR, the position of the bidder params is supposed to be correct (here). We haven't changed anything in the way we configure the bidder when updating from v7.38.0 to v7.39.0, and I could not find any mention in the docs about changes I should made to video format bids. I'll look into the missing |
For completion, this is the ad unit we use:
We use the same for both v7.38.0 and v7.39.0. |
The main change between these two versions was that our VIDEO calls begain using the ORTB Converter Prebid Library instead of building the Payload itself. So - a lot of changes happened. But one thing that recently came up that we have seen did potentially effect monetization was solved with this PR #12108 TL;DR Device wxh was being incorrectly set by the converter and has been fixed! |
Type of issue
A question regarding Rubicon.
Description
We're updating Prebid.js from v7.38.0 to v7.39.0. This causes a drop on our Rubicon delivery.
This is a sample payload to the
auction
endpoint we make when using v7.38.0. Please notice I've omitted the consent string:When using v7.39.0, this is how the payload looks. Again, I've omitted consents:
I've tried to analyze the changes in
rubiconBidAdapter.js
code from one version to the other. But the changes are massive, so I'm unsure of where the issue could be. 😅Any help would be really appreciated!
Expected results
I expected our delivery for Rubicon not to be affected by updating our Prebid.js from v7.38.0 to v7.39.0.
Actual results
Our delivery drops.
The text was updated successfully, but these errors were encountered: