[Answered] Admob banners are blocking the content

Hello,

thanks for reading my message.

Since a few updates, the admob banners are blocking the content of the game and making it unusable. Before, the game adapted to the free height left when displaying the banner and there was no problem. Is there a solution to this?

Thank you.

1 Like

The banners are and will overlap the game now.
The old way of rendering the ads was a bad choice, because it distorted the content of the game zone by compressing and distorting it.

You must adapt your game, that can be done with the “Banner showing” condition to know if you have to adapt it.

Thank you for your response.

I will do as you say. Before I adapted the elements according to the height of the screen, no matter the aspect ratio, it always looked good and it was very good for me that the banner worked like that. But if it works like that now, I will have to adapt.

Thanks for your help!

1 Like

Hi again,

after adapting the content so that the admob banner does not cover it, I just want to implement an option to recover the previous operation if desired, something like Offset banner: 0, custom, auto.

When you have all the content adapted to any aspect ratio and the resolution change enabled, the previous banner operation was perfect, you didn’t have to do anything else.

Thanks.

hi

just asking how can your ads is working but from gdvelop template for admob not working ?

i already searching for solution for almost 1 month but still not get.

can u share your code what difference your code with gdevelop template ?

hi,

Currently I only use banners, I don’t know if any other format works. Some time ago I used intersitial and it also worked. Attached is a screenshot.

I hope to help with this.

now i know the admob template is not working but when create new game and using the code , the ads is display.

I think they meant to adapt your game by the condition if Banner is showing, event resize my game.

Now, what I am doing is to move the elements of the interface, depending on whether the banner is shown or not. With the behavior of previous versions, using the archors, it was very easy. Now I check if the banner is being shown and I change the position of the objects so that they are not hidden.

1 Like