prebid-mobile-android icon indicating copy to clipboard operation
prebid-mobile-android copied to clipboard

Additional attribute VideoParameters to indicates video to be skipped

Open andriiginting opened this issue 1 year ago • 10 comments

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 avatar May 31 '24 05:05 andriiginting

@andriiginting skip support is currently being discussed and proposed for version 3.0.

jsligh avatar Jun 03 '24 15:06 jsligh

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 avatar Jun 04 '24 03:06 andriiginting

@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.

jsligh avatar Jun 04 '24 13:06 jsligh

is there any chance that the next version will include battr as well? @jsligh ref: 6.3.4 Example 4 - Video

andriiginting avatar Jun 12 '24 05:06 andriiginting

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 avatar Jun 21 '24 03:06 andriiginting

@andriiginting we are looking to have 3.0.0 complete by Q4 of this year. Can you open another issue about including battr?

jsligh avatar Jun 21 '24 12:06 jsligh

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

andriiginting avatar Mar 25 '25 03:03 andriiginting

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.

YuriyVelichkoPI avatar Mar 25 '25 08:03 YuriyVelichkoPI

Hey @andriiginting, the property will be added to the VideoParameters in the upcoming release next week.

mdanylov-sigma avatar Mar 25 '25 08:03 mdanylov-sigma

thank you @YuriyVelichkoPI @mdanylov-sigma

andriiginting avatar Mar 25 '25 09:03 andriiginting