-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Standardize Video Bidder Params #11095
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
Comments
related: #10452 |
triplelift playerSize docs are inconsistent with what their module expects: |
I know we plan to disallow requiring deprecated fields but should we also require that those passing the deprecated field also pass the updated field? |
@patmmccann for sure we should be requiring the new |
33across requires the old placement field but only supports placement values 1, 2, 3, 4.... |
Closed this issue in favour of moving the discussion here: #9988 I think it would be good for us to ditch |
@fowler446 did you mean to close this? |
Type of issue
feature request
Description
Many SSPs expect different parameters when it comes to the video mediaTypes object. It would be great to do a sweep and standardize which fields are passed/required. I'm making this issue as a placeholder where we can aggregate these differences in SSPs. Maybe Prebid 9.0 would be a good place to enforce something like this. If we were using typescript we could enforce a video object type. I'm not sure the best way to enforce this otherwise.
There's also a wide variety in the video documentation that bidders supply. A standardization sweep would go a long way here.
The text was updated successfully, but these errors were encountered: