Help Needed: How to Add In-List Ads + Full-Screen Interstitial Ads in Adalo?

Hello everyone,

I’m building an app on Adalo and I need some help regarding AdMob ad integration.

I know that Adalo officially supports only AdMob Banner Ads, but in my case I need to implement two additional types of ads:

  1. In-list ads (ads that appear between items inside a list, similar to how job listing apps show ads between posts)
  2. Full-screen Interstitial Ads (ads that cover the entire screen)

I would like to know if anyone has successfully implemented:

  • In-list ads using WebView or HTML components
  • Interstitial ads using a private custom component (React Native), or any alternative method

If you have any working solution, code example, or steps to follow, I would greatly appreciate your guidance.

Thank you in advance!

Hi Osama,

Adalo currently supports only Banner Ads natively, so both in-list ads and interstitial ads require workarounds.

In-list ads:
You can simulate this by inserting a WebView inside the list (loading an external HTML ad), or by adding a custom “ad item” every few rows. It won’t behave like true AdMob native ads, but it works visually.

Interstitial ads:
These aren’t supported out of the box. The only reliable way is using a private custom component built with the Adalo DevKit and the AdMob SDK. Anyone who has done it used a custom React Native component.

If you want, I can share the setup or the steps people typically use.

Hi,
Thank you for the explanation. Yes, I would like you to share the full setup and the usual steps developers use for implementing both in-list ads and interstitial ads in Adalo.
This will help me understand the process and decide the best approach for my app.
Thanks again for your support!