-
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
Blank render ad with prebid v8.38 and higher #11356
Comments
@JulienVerkest please provide a test page |
I am unable to reproduce. I know about an issue that affected a pub using a custom build (using prebid through npm) where the minifier would drop some of the constants that were moved into If that sounds like your issue, I recommend waiting for the next release. Otherwise, please provide a page that reproduces it |
I didn't had the time to validate the refactoring fixed the issue. We discovered this, because Prebid native was not working anymore. With the help of @dgirardi we narrowed it down to the constants.json file and values being removed by our webpack build. @JulienVerkest can you provide a minimal build example? We noticed that orbidder was having troubles rendering. Other bidders seemed to work fine. |
To clarify, the known issue manifests as this map not matching the code at runtime (with only a single entry for |
@muuki88 https://raw.githubusercontent.com/JulienVerkest/prebid-8.38-blank/main/8.42-ora.js Here is the prebid build file I used. |
Thanks, I meant the build itself. Like Pat mentioned a sample project. Because @dgirardi and me suspect the build process to be the issue. |
Hello, The v8.45 seems to be good with our safeFrames. Ads are correctly rendering. |
likely fixed by #11292 |
Thanks for sharing @JulienVerkest . Was the issue only with bidders that ran in safe frames? |
Type of issue
Bug
Description
With prebid. v8.38 (and higher), we have noticed that our Google Ad Manager creatives of type Third party in safeFrames (rendered with Prebid Universal Creative) are no longer displaying correctly. The adChoices and Close icons are displayed correctly, but not the advertising resulting from the auction. When I desactivate safeFrame mode, the ad rendering is correct.
This pull request may be the root of our problem. #10819 cc @dgirardi
GAM - Example Creative Serve into a SafeFrame
pbjs.getConfig()
Thanks for your help!
The text was updated successfully, but these errors were encountered: