Admob Banner and Interstitial Ads are not Working

I have added a Admob bannner and interstitial element and i have also put my own ad unit id. Screen sizing has been set to responsive and ads are set to visible and are enabled still ads are not showing in the app. I have included a Screenshot of the blocks.Capture

1 Like

Did you

  • disable test mode from the AdMob component properties?
  • apply all necessary modifications from the AdMob control panel such as interest settings?

Yes I disabled test mode
Not sure about interest settings… But keeping everything same ads are working in Appy builder and thunkable

Admob banner:
All I done was added the ads id in the designer screen.
Now I can click on the button and the ad is loading for me.
blocks%20(10)

Result:
The component have no bug, maybe there is something wrong with your admob account or ad id.


Admob Intertstitial:
Click on the button and then it tries to load a ad.
After a add was loaded without problem, you can show it then.
blocks%20(11)


Don't for get to add your "Ads Id" in the correct format. It should start with: ca-app-pub-
I have testet it as apk and it works as it should.
4 Likes

@Mika
I found out why my ads were now working. It was because i had put my own Package name But when i left the Package name blank in the Screen1 properties the ads started working.

with package name i want to run add

1 Like

Hello. I have set a custom package name.
Then I have done this:
1

INFORMATION:
I have test it as apk and it works how it should for me.

Make sure you use correct ads id. It must start with: ca-app-pub-

lets say if i want to open add on button click and then open a screen - then i can we can use add code to new screen when its initialized. is this is the correct method ?

1 Like