-
Notifications
You must be signed in to change notification settings - Fork 84
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
Multiformat API bug #706
Comments
During the fixing, we found another bug.
The request combines these sizes.
The banner must contain only the second size, the video must contain another size. |
ValentinPostindustria
added a commit
that referenced
this issue
Nov 2, 2023
Fix case when native overwrites other parameters. Add test covering this case. Fix sizes.
Merged
ValentinPostindustria
added a commit
that referenced
this issue
Nov 2, 2023
Fix case when native overwrites other parameters. Add test covering this case. Fix sizes.
github-project-automation
bot
moved this from Triage
to Done
in Prebid Mobile Prioritization
Nov 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When we use the new multiformat API with Native parameters it clears banner and video parameters from the request.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The request must contain the banner and video parameters.
The text was updated successfully, but these errors were encountered: