-
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
Rubicon and differnet mediaTypes #3246
Comments
@salvoaranzulla |
Hi! We will get a permanent fix in for the next PBJS release However, if you want an immediate workaround you can try to specify the banner sizes you want inside of the rubicon params object like so:
Where 15 and 16 are the rubicon size ids we map from your banner sizes in your example. This effectively overrides the multiformat adUnit to be banner for Rubicon purposes. Here is our full list of supported size mappings:
Please reach out to me if you have any questions! Thank you again for bringing this issue up. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Type of issue
It's a bug with Prebid 1.30.0 and Rubicon adapter.
Description
I'd like to run different mediaTypes (banner and video "outstream") in the same adUnit. I'd like tu run display+outstream with AppNexus and just banner with Rubicon.
If I edit my mediaTypes in this way:
Rubicon shows us this error:
WARNING: Rubicon bid adapter Warning: outstream video is sending invalid size id, converting size id to 203.
WARNING: Rubicon bid adapter Warning: video and banner requested for same adUnit, continuing with video request, multi-format request is not supported by rubicon yet.
So their fix #3167 doesn't work.
Steps to reproduce
If you need, here my configuration: https://pastebin.com/4n3thFxu
Test page
Expected results
Actual results
Platform details
Other information
The text was updated successfully, but these errors were encountered: