Ads In Godot Games.

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

Ads In Godot Games.

Hello,
I’m planning to be launching a game on the Google play store for android, but I would like to integrate ads into my game. How would I put ads into my Godot game? What do you also think is the best ad place such as Admob, Unity Ads?

Thank you in advance.

for future reference to the people who could not find the plugin option under export->android->options . download the .aar file from godot engine download page and paste it into android/plugin folder (without extracting the .aar file).

RockyXDeadman | 2020-11-17 13:54

:bust_in_silhouette: Reply From: kidscancode

This is the best method I’m currently aware of:

Thank you.
I’ll check out the link - GitHub - Shin-NiL/Godot-Android-Admob-Plugin: Android AdMob plugin for Godot Game Engine 3.2 or higher.

Thank you once again for your help.

Farris | 2020-05-31 16:53

I have reviewed the link and I’m not sure how I can choose the ads I would like my users to see?

Thank you.

Farris | 2020-05-31 17:12

Which ads are served has nothing to do with the plugin. That is determined by the ad provider. You would configure that in your AdMob account.

kidscancode | 2020-05-31 17:17

Ok.
Thank you.

Farris | 2020-05-31 17:19

Hello.
I’m using the Admob plugin from Shin_nil. when i set the banner to show on bottom, it shows relative to phone screen, not to game window. because of scaling and keeping the aspect ratio, there are black bars on top and bottom of the screen. the banners show up in the black area blocking virtual controls on bottom (which violates Google policies because it leads to accidental clicks) and hiding the top bar where the time and notch are.

How can i make them show on top or bottom relative to game window instead of phone screen?

Thank you.

Maz90 | 2022-12-04 11:03

:bust_in_silhouette: Reply From: DrMoriarty

You can use precompiled modules for Applovin-Max and for Tapdaq. They have adapters for many ad networks include AdMob and Facebook audience network.
The modules can be installed from NativeLib repository. NativeLib addon you can find in AssetLib.
More info: