Skip to content

Releases: prebid/prebid-mobile-android

Prebid Mobile 1.0

21 Feb 22:15
fc86a85
Compare
Choose a tag to compare

Prebid Mobile v1.0 represents a significant redesign of the Prebid Mobile SDK. Full details are here — http://prebid.org/prebid-mobile/pbm-api/android/code-integration-android.html - and a full reimplementation is recommended.
Features
- Support for Banner and Interstitial AdUnit
- Custom key/value
- Support for Google Ad Manager and MoPub ad servers
- Targeting
- User Location
- Age
- Gender
- Autorefresh
- Timeout management
- IAB GDPR support

Release 0.5.3

03 Dec 21:47
0f4cc58
Compare
Choose a tag to compare

Fix treating valid bid responses as no bid because missing a field: #76

Release 0.5.1

26 Oct 18:58
Compare
Choose a tag to compare

PRs in this release:

  • User agent retrieval method change: #70
    From android version 17 and above use a new API to get UA instead of the async one, so for new versions, user agent can be passed on the first call
  • Version change: #71

Release 0.5

28 Aug 22:18
9778d60
Compare
Choose a tag to compare
  • Fix missing prebid.targeting (#65)
  • Handle send all bids from Prebid Server (#63)

Release 0.4

19 Jun 17:53
80ac4d9
Compare
Choose a tag to compare
  • For server cache no hb_cache_id, do not use the bid
  • Remove deprecated init APIs

Release 0.3

18 May 14:21
539c660
Compare
Choose a tag to compare

This release includes changes as below:

  • GDPR enabled
  • Removed dependency on commons-lang3
  • Bug fix for exception thrown by webview creation in settings block

Release 0.2.1

02 Apr 19:09
fe24f0d
Compare
Choose a tag to compare

This Release includes the following updates:

  • Rubicon endpoint from legacy to openrtb
  • Handling CacheManager leak
  • Custom Keywords modification

Release 0.2.0

05 Feb 22:33
0bbe649
Compare
Choose a tag to compare

This release includes a major update that Prebid Server is switching to OPENRTB endpoint, however, as an end user, you should be experiencing the same.
Other changes:

  • Ability to switch host of prebid server
  • Batch calls to prebid server
  • DFP uses local cache to serve winning bid, while MoPub still uses server cache

Release 0.1.0

26 Sep 22:13
Compare
Choose a tag to compare

This release includes a fix on the version that is sent to prebid server. Without this version number, monetization will be affected.

Release 0.0.2

16 Aug 13:53
Compare
Choose a tag to compare

This release includes the following feature changes:

  • Open RTB request params update
  • API to override request time out
  • Build script fixes
  • Demo app update