-
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
AucEnd triggers before all bidResponses with video context + cache #2022
Comments
OuuuuKAY So I came up with this function for AucEnd triggering
But I don't know how to add cacheCbDone to request because responseShould be mapped to request and it's not at current step. OR
But it doesn't looks stable. |
@GeneGenie |
@mkendall07 Thank you. It is exactly what i'm waiting for. I guess i can fork it for now. |
should be in a few days. |
Closing with #2017 merged |
@matthewlane found the same issue but it appears within 2 adunits configurations. As soon as adbutler finishes loading, auction is ending before cache responds. which finalises whole auction when Adunit1 is done, coz it has no video configured. Should this issue be reopened? |
@GeneGenie I'm trying to recreate this setup locally, can you post your setup (prebid adunits, setConfig, etc.) here (either in this issue, a link to a test page, or a link to something like jsfiddle). Also which version of prebid are you using? |
@matthewlane sure.
It happens 50/50 times Hope that helps. Using Prebid 1.4.0 |
@GeneGenie Great, thanks, I'm able to reproduce the issue with this setup (and one tweak, in the last ad unit, mediaTypes: {
video: {
context: 'instream',
playerSize: [300, 250]
}
} ). Will update when i have a fix or more info |
BUG
Description
AucEnd triggers before all bidResponses
The issues is that bidResponseCallback is triggering on auction end. And i'm done with my activities.
Then another bidResponse triggers, but nothing happens.
My setup is: 2 adunits, first with vertamediaBidAdapter, the second with appnexusBidAdapter.
Both adunits are instream video
Also tried to set timeout 2 seconds. But it did not help
UPD: it looks like, both adUnits have finished aucs, but both of them are fetching cache UUID. And when first finished the second one is still pending.
The text was updated successfully, but these errors were encountered: