I want to display an ad at bottom of the game during game. Any suggestions?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By yeeshu06
:warning: Old Version Published before Godot 3 was released.

I have a game and want to display ads. Never done this before. Any suggestions or ideas would be helpful. Thanks

What platform do you want to publish on?
Check AdMob module if you working on mobile (Android) game.

desik | 2017-08-01 12:40

:bust_in_silhouette: Reply From: DrMoriarty

For Godot 3.2.3 you can use binary precompiled modules for ad mediation networks: Applovin-MAX and Tapdaq. Both of them allow you use AdMob and Facebook audience network in their mediation stack.
All binary modules can be installed from NativeLib repository. NativeLib addon you can find at AssetLib.
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.