Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@OlenaPostindustria OlenaPostindustria released this 21 Apr 16:07
· 228 commits to master since this release
6ca6c16

Prebid SDK

Deprecations

The following classes and methods have been deprecated in the scope of introducing multiformat ad units. They still work, but eventually, they will be removed from the SDK:

  • VideoAdUnit is deprecated, useBannerAdUnit with video ad format instead; using the videoParameters you can customize the bid request for video ads;
  • VideoInterstitialAdUnit is deprecated, use InterstitialAdUnit with video ad format instead; using the videoParameters you can customize the bid request for video ads;
  • for instream video ads use InstreamVideoAdUnit;
  • parameters properties in BannerAdUnit and InterstitialAdUnit are deprecated, use bannerParameters instead;
  • parameters property in RewardedVideoAdUnit is deprecated, use videoParameters instead;
  • display case of AdFormat enum is deprecated, use banner instead

Full Changelog: 2.0.9...2.1.0