Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Integrate Appodeal ad mediation to your Godot 4.2+ projects. Currently supports Android only (iOS support will be added soon).
🦾Godot Appodeal Plugin (Android)
Use this addon to integrate Appodeal ad mediation to your godot project. Supports Android only (iOS support will be added soon).
📦Installation
📥Godot Asset Library (recommended)
- Find the Appodeal plugin in the AssetLibrary
- Click Download and Install
- Enable the plugin in Project→Project Settings→Plugins.
Manual install
- Go to Releases
- Download and extract as a
.zip
or.tar.gz
- Copy the extracted
addons/appodeal
folder intores://addons
on your project - Enable the plugin in Project→Project Settings→Plugins.
🙋♂️How to use
Find the addons/appodeal/example/scenes/example.tscn
scene for referance use.
You can use the addons/appodeal/appodeal_ads.gd
script as a Singletone/Global Script to use all the functionalities of the plugin.
- Put your Appodeal App key and ad ids in the appodeal_ads.gd file.
📦Export to android
- Install Android Build Template
- Copy the "godotappodeal.aar" archive from addons/appodeal and pest it to "project > android > build > libs > debug" for debug and to "project > android > build > libs > release" for release build.
- Add maven dependency
maven { url "https://artifactory.appodeal.com/appodeal" }
at the repositories section of your "project > android > build > build.gradle" file. - Add
implementation 'com.appodeal.ads:sdk:3.8.0.1'
in the dependency section of your "project > android > build > build.gradle" file. - If you add Google admob with appodeal mediation, add your admob application id to the "project > android > build > AndroidManifest.xml" file.
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="Your Admob Application ID" />

GDPR/User Concent
- If you use Google UMP for GDPR, Add
implementation 'com.google.android.ump:user-messaging-platform:2.1.0'
in the dependency section of your "project > android > build > build.gradle" file.
📎Useful links:
🙏 Support
If you find my work useful and would like to support...
Your support helps us continue to improve and maintain this plugin. Thank you for being a part of our community!
⭐ Stars matter
Don't forget to inspire by giving a star on GitHub! ⭐
Integrate Appodeal ad mediation to your Godot 4.2+ projects. Currently supports Android only (iOS support will be added soon).
Reviews
Quick Information

Integrate Appodeal ad mediation to your Godot 4.2+ projects. Currently supports Android only (iOS support will be added soon).