How do i add ads in my godot 3.1.1 project(game)?Please help.

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

How do i add ads in my godot 3.1.1 project(game)? I have heard that our game will get more money if it has ads in it.So, I want to add ads in my godot game.
I am searching this from a long time, but still I cannot add ads in my game.Please help.

Same question here with links to github addons for ads, but as of now there’s nothing official for Godot like how Unity has it’s own Unity Ads.

Magso | 2019-10-16 15:49

:bust_in_silhouette: Reply From: DrMoriarty

For Godot 3.2.3 you can use binary precompiled modules for iOS and Android. All precompiled modules are in NativeLib repository. Use NativeLib addon, which you can find in AssetLib.
Now available modules for ad mediation networks ApplovinMax and Tapdaq. Both of them allow you add AdMob and Facebook audience network into your mediation stack.
More info: GitHub - DrMoriarty/nativelib: NativeLib is a plugin management system for Godot engine.
GitHub - DrMoriarty/godot-applovin-max: AppLovinMax plugin for godot engine.
GitHub - DrMoriarty/godot-tapdaq: Tapdaq plugin for Godot engine.