Skip to content
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

Additional attribute VideoParameters to indicates video to be skipped #756

Open
andriiginting opened this issue May 31, 2024 · 10 comments
Open
Milestone

Comments

@andriiginting
Copy link
Contributor

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

@jsligh
Copy link
Collaborator

jsligh commented Jun 3, 2024

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

@jsligh jsligh moved this from Triage to Ready for Dev in Prebid Mobile Prioritization Jun 3, 2024
@jsligh jsligh self-assigned this Jun 3, 2024
@jsligh jsligh added this to the 3.0.0 milestone Jun 3, 2024
@andriiginting
Copy link
Contributor Author

Hi @jsligh, would you mind sharing the timeline for the 3.0.0 version?
Is it going to implement both Android and iOS platforms?

@jsligh
Copy link
Collaborator

jsligh commented Jun 4, 2024

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

@andriiginting
Copy link
Contributor Author

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

@andriiginting
Copy link
Contributor Author

Hi @jsligh @YuriyVelichkoPI, want to follow up regarding the timeline. do you have an estimation when the timeline for 3.0.0 is ready?

@jsligh
Copy link
Collaborator

jsligh commented Jun 21, 2024

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

@andriiginting
Copy link
Contributor Author

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

@YuriyVelichkoPI
Copy link
Contributor

YuriyVelichkoPI commented Mar 25, 2025

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.

@mdanylov-sigma
Copy link
Collaborator

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

@andriiginting
Copy link
Contributor Author

thank you @YuriyVelichkoPI @mdanylov-sigma

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready for Dev
Development

When branches are created from issues, their pull requests are automatically linked.

4 participants