How to use Unity to show ads from AdMob?

Hello,

Is it possible to use Unity Ads SDK to load ads “only” from Admob? No waterfall needed, just to use Admob.

Due to some payment issues, we can only get the revenue from Admob. But we like the ease-of-use from Unity Ads SDK, so we are trying to get the best of both worlds (in our case).

Thank you!

Hi @Alaadel ,
Unity Ads SDK only serves ads from Unity.
You could use the Unity mediation package and create ad units/waterfalls that only contain an Admob placement if you want.
The integration should be similar to Unity Ads.

Do not hesitate if you have more questions :slight_smile:

Edit: This will however still include a Unity Ad as backfill (if your Admob ad does not fill). If you must have exclusively Admob ads, we unfortunately can’t help.

1 Like

Thank you @jcGrenier !
That is okay. The important thing is whether I will get paid through Unity or Admob?

So if I use Unity to serve Admob ads, will I get paid through Admob dashboard or Unity dashboard?

Thank you!

You will get paid by the ad network that served the ad. So if you are using Admob placements, you will get paid through your Admob account.

1 Like