prebid / prebid-mobile-ios

Prebid Mobile SDK for iOS applications
Apache License 2.0
46 stars 86 forks source link

Additional attribute for VideoParameters #1011

Open andriiginting opened 3 weeks ago

andriiginting commented 3 weeks ago

Is your feature request related to a problem? Please describe. Original request https://github.com/prebid/prebid-mobile-android/issues/756 as stated in OpenRTB API Spec v2.5, we require to send a value to indicate whether the video object is skippable or not

Describe the solution you'd like Based on OpenRTB API specification doc section Object: Video, one of the attributes is skip which indicates if the player allows the video to be skipped and battr which Blocked creative attributes. Add a new attribute in to control skippable video objects with an integer value and add battr attribute with a list value

Describe alternatives you've considered

Additional context I'm working in a new company and our partner asked to send this value through Prebid SDK