Hi Assaf,
Thank you for reaching out to us.
With regard to adaptive banner, as per the documentation guide (https://developers.google.com/admob/unity/banner/anchored-adaptive), anchored banner height is never larger than the lesser of 15% of the device's height or 90 density independent pixels and never smaller than 50 density independent pixels. Can you confirm if you already try to use the AdSize.getCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth() method to get the size for a banner in an anchored position for the current interface orientation. This method takes the width of the banner as an input and returns an AdSize object that contains the height of the banner. Once you have the height of the banner, you can use it to adjust the layout of your app so that the banner fits properly. In addition to that, if you want to get the exact size of the ads, you need to show first the ads.
![]() |
Mobile Ads SDK Team |