How can I add Ads to my game?

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

recently I finished making my android game but I do not know how I can add ads inside my game, I tried to follow the steps of this tutorial: GitHub - kloder-games/godot-admob: Module Admob for Godot engine, but when I run the game on the phone the screen turned gray and did nothing. Anyone know any way to place ads on godot?

Exactly same is happening to me… did you manage to show the ads in the end?

ravi | 2019-03-02 02:15

:bust_in_silhouette: Reply From: Socrates

The only way is with modules like that. In the future they plan on making it simpler (for 3.1 I think). In the meantime maybe try another module like GitHub - FrogSquare/GodotAds: Godot all in one ads module for Android. (Customizable)

Does this work for windows? I use the godot steam version

NaythanFox | 2018-05-12 13:38

:bust_in_silhouette: Reply From: DrMoriarty

For Godot 3.2.3 you can use precompiled binary 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 game.
All binary modules and adapters can be installed from NativeLib repository. NativeLib addon you can find in AssetLib.
More info at: