How to monetize android app with ads?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By bodicpen

I’ve just completed my first game and exported it to android. Now, I’ve uploaded it to SlideME and it’s still under review. However, I’m not sure if just adding an “Ad Network” means that my app will automatically display ads and I can earn from them. So, is there something else that I should do?

:bust_in_silhouette: Reply From: kidscancode

You can use the AdMob module found here:

You can get custom export templates including this module here:

Thanks! Im currently reading a mobile ads tutorial on your page! You’re really helping out this community, bro!

bodicpen | 2019-07-05 00:29

:bust_in_silhouette: Reply From: DrMoriarty

For Godot 3.2.3 you can use precompiled modules for mediation networks ApplovinMax and Tapdaq.
Both of them allow you use several ad networks at the same time. For example you can connect AdMob and Facebook audience network to you application.
All binary modules and adapters can be installed from NativeLib repository. NativeLib addon you can find in AssetLib.
More info:

What is your experience with these ads networks? Which one do you recommend?

dpensky | 2021-07-12 14:19

I’m using both TapDaq and Applovin-Max for several projects. They have some specific differences so maybe you should read the documentation in order to choose which one is more fit for you.

DrMoriarty | 2021-07-12 14:23

OK. Thanks for the reply

dpensky | 2021-07-12 14:27