Additional attribute VideoParameters to indicates video to be skipped
Is your feature request related to a problem? Please describe. 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
Add a new attribute in VideoParameters to control skippable video objects with an integer value
/*
* VideoParameters.java
**/
@Nullable
public Integer getSkippable() {
return skippable;
}
public void setSkippable(@Nullable Integer skippable) {
this.skippable = skippable;
}
Describe alternatives you've considered
Additional context I'm working in a news company and our partner asked to send this value through Prebid SDK
@andriiginting skip support is currently being discussed and proposed for version 3.0.
Hi @jsligh, would you mind sharing the timeline for the 3.0.0 version?
Is it going to implement both Android and iOS platforms?
@andriiginting here is the plan for 3.0.0: https://docs.prebid.org/prebid-mobile/docs/Prebid_Mobile_3_0_0.pdf
There is no timeline yet but we are looking to get the plan finalized.
is there any chance that the next version will include battr as well? @jsligh
ref: 6.3.4 Example 4 - Video
Hi @jsligh @YuriyVelichkoPI, want to follow up regarding the timeline. do you have an estimation when the timeline for 3.0.0 is ready?
@andriiginting we are looking to have 3.0.0 complete by Q4 of this year. Can you open another issue about including battr?
Hi @jsligh , could you please provide an update on this request, or perhaps a possible timeline? I noticed the battr has been included in the recent release
Hi @andriiginting. Unfortunately, @jsligh is no longer with Prebid.
@mdanylov-sigma is a current Prebid Mobile Engineer.
I don't see any blockers to add this property and flag to VideoParameters and the respective signal to the bid request. But I'm not sure about the implementation timeline.
Hey @andriiginting, the property will be added to the VideoParameters in the upcoming release next week.
thank you @YuriyVelichkoPI @mdanylov-sigma