appodeal / react-native-appodeal

Official React Native package that adds Appodeal SDK support to your react-native application.
https://appodeal.com
59 stars 37 forks source link

AdMob tablet banners exceed height of 90 #59

Closed dylancom closed 3 years ago

dylancom commented 3 years ago

In July I started to use adSize = 'tablet' for banners on iPad (with a fixed height of 90 in style). I have noticed that several AdMob banners exceeded the height of 90 so they we're not shown completely (some parts cutoff).

As of 12 august I suddenly received an "Ad serving limit" which is still active. I'm starting to think that this might be the cause as wrong banner placement / overlapping things could also lead into a limit (as I read).

Could it be that sometimes an MRec or adaptive banner that can exceed a height of 90 is shown?

staskochkin commented 3 years ago

Hi @dylancom! You have faced this issue on iOS or Android platform?

dylancom commented 3 years ago

@staskochkin on iOS

staskochkin commented 3 years ago

Appodeal is using

/// Leaderboard size for the iPad. Typically 728x90.
GAD_EXTERN GADAdSize const kGADAdSizeLeaderboard;

As size of AdMob banners for iPads. The height of creatives is depends on advertising campaigns and AdMob algorithms. It can be more than 90. Appodeal SDK will crop it in this case because Appodeal banner container has fixed size 90.