-
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
New Video module MediaTypes:{ Video { , wont take values #9560
Comments
I can see where these are coming from now, the videojs module": videojsVideoProvidor.js, its setting them there but shouldnt we be allowed to override these in the usual "prebid way" of anything we put in the prebid scripts direct in the mediaTypes{ video { ,takes precedent. Gives a harmony across all banner, native, video etc then? using something such as: class="vjs-big-play-centered vjs-fluid" for if you want to "dynamically" fill width, height creates all sorts of problems as the playerSize pulls from the video width="640" height="480" in videojs |
videojs mdule, is also missing the ability to set the ima options such as:enableOmidBeta: true, |
Hi @spormeon if i understand correctly, you are reporting 2 issues:
Please let me know if this is correct, in the meantime I will investigate, thanks! |
Hey @spormeon I am making changes so that existing video params defined by the publisher take precedence, but I must point out that the idea of having the videojs submodule define the params comes from the fact that the videojs submodule should be the source of truth for everything video.js related. In the case for example of playback method, if the video.js instance is configured to autostart, then i think the value should only be 1. I think it would be misleading for it to include other values like 3 (click-to-play). |
@spormeon regarding the IMA configuration, i don't see some of those params in the doc https://github.com/googleads/videojs-ima, are you sure they are supported ? |
To reply 1. Yes, to reply 2. Yes. On ima settings there all in additional settings on videojs Ima GitHub. As there are settings for contrib ads and ima settings it's not clear what adPluginSettings will actually set, one of, both of but non work at moment . I'll try line 525 but I'm away in Poland at mo, not back until next week |
@karimMourra I've tried these ima options in following but def dont work. i.e you can see the adLabel: 'Ad' is not set, these are pretty much all the videojs ima "options" |
update, seems to now work in prebid V 7.39.0, so all good on IMA "options" & contrib Ads options by looks |
The new video module doesnt seem to take multiple values in the mediaTypes{ video. Its only sending the first value
when i have multiple value set in some:
playbackmethod: [2, 6],
protocols: [1, 2, 3, 4, 5, 6, 7, 8]
api: [1, 2, 3, 4, 5, 6],
there also seems to be some "constants" such as mimes, boxingallowed, playbackend
I presume its @karimMourra that will look?
The text was updated successfully, but these errors were encountered: