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 · 6 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?

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.

2 participants