Is there any admob for android with video ads?

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

And how to implement it to my game?

:bust_in_silhouette: Reply From: jospic

Use custom module like:

but there’s no way to constrain video ads scheduling in yourapp. Even if you choose, In the admob console, the kind of interstitial (Text, Image, Video), it seems that Google is always deciding the ads type to show.

-j

cant find modules folder

Sprowk | 2016-11-02 14:26

You may use binary package available here:

https://github.com/jlopezcur/GodotAdmob/tree/master/templates

-j

jospic | 2016-11-02 14:45

If i understand correctly i have to add templates when exporting, copy that script to my game but where i have to move admob folder? Dont have “modules” directory or cant find it… all i have is little godot folder in appdata.

Sprowk | 2016-11-02 18:50

Perhaps there is a bit of confusion. If you use binary package you do not have to compile anything, and the modules folder does not needs. This folder is in the Godot source code downloadable from the GitHub repository…

To include AdMob module in your project, you have to load binary .apk file in export template for android property “Custom Package”.

-j

jospic | 2016-11-03 08:59

i know its been long time but still dont know 1 thing
what i have to do with GodotAdMob.Java? bcs as readme says i have to move it to platforms/… but cant find this folder as well.

Sprowk | 2016-11-06 23:11

Just as an additional info, this module supports rewaded videos now.

Shin-NiL | 2017-08-12 17:59