Yuriy Velichko
Yuriy Velichko
## Description The Prebid SDK has many stakeholders. Each of them may want to see the UI/UX of the Rendering API in a particular way. It can lead to pull-and-push...
## Motivation The rewarded ads are not just about video format. But Prebid SDK supports only Rewarded Video Ads. We should introduce support for Rewarded Display ads as well. ##...
## Motivation SDK should be aligned with Prebid ecosystem. ## Background Android SDK determines the bid format by [checking the content of the adm](https://github.com/prebid/prebid-mobile-android/blob/027fde2aafb9be39e792169a3be4eaf6c05de883/PrebidMobile/PrebidMobile-core/src/main/java/org/prebid/mobile/rendering/models/CreativeModelMakerBids.java#L82) filed. If it contains VAST tag...
It is a follow-up ticket to review and format the code snippets in the SDK docs in the same manner for both platforms and on all pages. Details: - https://github.com/prebid/prebid.github.io/pull/5507#discussion_r1757365402...
## Motivation The upcoming major release of the SDK is `3.0`. Upgrading the major version allows us to remove all methods that are marked as deprecated in the SDK. Note:...
## Motivation Handle in-app viewability tracking via Open Measurement. ## Objectives - Introduce a Prebid-specific OM tag which will track events received in the bid response - TODO: more details...
# Description Prebid Mobile needs a framework to run smoke tests for PUC before releasing the new version. # Objectives - Document the steps on how to build and run...
## Description Reported by @bretg. Turns out putting banners into Prebid Cache is expensive and not 100% reliable. It would be good to explore ways to cut out that middleware....
## Motivation Save Circle CI resources on re-running failing tests. ## Objectives CircleCI reports that the most credits in the Prebid account we spent on iOS pipelines. On the one...
## Motivation Make sure that the PR's code doesn't break tests. ## Objectives - Update the CI/CD settings for iOS and Android repositories to run the same checks for both...