-
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
Teads: Adapter doesn't respect media types - sizes don't work #3373
Comments
This is especially weird as the It almost looks as if the video player sizes override the banner. |
The reasons for this behavior is buried in the |
In this pull request (#3377), @bretg says that playerSize is an optional field. But like @muuki88 said, for some reason, if from a video adunit mediatypes there is no It looks like only banner sizes are copy in adUnit.sizes. When mediaTypes.video there is only a check on playerSize (in adapterManager.js) and no on mediaTypes.video.sizes, why ? And why bid sizes property could contains only banner or [] here: https://github.com/prebid/Prebid.js/blob/master/src/adaptermanager.js#L97 ? It means bid.sizes is only available for banner. Is it something expected ? Should we explicitly check each sizes possibility from adapter ? Thanks in advance, |
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. |
Before this ticket is getting stale. @valsouche are opening a PR to fix this? |
Should be fixed in the next release. |
Type of issue
bug
Description
The Teads Adapter, still uses the deprecated
bid.sizes
property and doesn't differentiate betweenbanner
andvideo
media types.This
cc: @valsouche
Steps to reproduce
Use a
video
only ad unit. See #3222Expected results
Teads should use the
mediaTypes
sizes for video and/or banner instead of the deprecatedsizes
property.Platform details
1.35.0
Other information
The text was updated successfully, but these errors were encountered: