Google Banner Ads stopped showing after GDevelop update - please fix

I fixed API and SDK issues but now AdMob won’t display Banner Ads in my games Pinky Bat and Bird Bop 2. Please help?

1 Like

Yes I also have the same issue

1 Like

I hope this is fixed soon!

Anyone still having this issue?

i’m having the same issue, this is after the version 5.4.207?

Hello and welcome. Are you in the EU, EEA and/or UK? If so maybe it is a problem with the consent plugin.

Can you provide a screen shot of your events for the banner? GDevelop has recently changed the AdMob a bit to comply with an update that Google required. It is now possible that events that once worked must be organized a bit differently to run successfully.

I found a solution from an old post. Please look at screenshot. Select invert for conditions with red symbol in front of them. Do exactly like screenshot. Must create another new “At the beginning of the scene” condition.

1 Like

is this only for banner or with other types ads also ? because i try admob template from gdevelop also not display

This is for banner ads. I have not tried with other ads, but it might work.

i try with using your code above still not display and i am using test ads. dont know what is the problem

This code won’t work. Banner will take some time to load, so if you place the show banner action at the beginning of the scene, it won’t be activated once the banner is loaded. You should take out the show banner and hide banner action from the beginning condition.

This worked for me. How will the banner display without “Show Banner” action?

I meant taking out the show banner action.

The one you showcased above will only work at the beginning of the scene, which may resulting the banner to be not shown. You can resolve this by taking out the show banner action.