Integrate Zucks with Mediation
This guide is intended for publishers who are interested in using AdMob Mediation with Zucks. It walks you through getting a mediation adapter set up with your current Godot app and setting up additional request parameters.
This document is based on:
Zucks Resources
- Documentation
- SDK
- Adapter
- Customer support: support@zucksadnetwork.com
Prerequisites
- Complete the Get started guide
- Complete the mediation Get started guide
Helpful primers
The following Help Center articles provide background information on mediation:
Include network adapter and SDK
Android
Zucks distributes both its SDK and AdMob Mediation Adapter exclusively via Maven. You do not need to download any local .aar or .jar files for Android.
- Install the Android Build Template in your Godot project (under
Project > Install Android Build Template). - Open
android/build/build.gradlein a text editor. - Add the Zucks Maven repository inside the
allprojects > repositoriesblock (orrepositoriesblock): - Add the Zucks mediation adapter dependency inside the
dependenciesblock (this will transitively download the Zucks SDK as well):
iOS
Include the mediated networks' SDKs and adapter files within the appropriate directory of your Godot project:
- iOS: Xcode project (after export)
After generating an Xcode project from Godot, include any frameworks, compiler flags, or linker flags that your chosen networks require.
- Download the latest Zucks iOS SDK and Zucks AdMob Adapter frameworks from the Zucks Developer Page.
- Export your Godot project as an iOS Xcode project.
- Open the exported project in Xcode.
- Drag and drop the downloaded Zucks SDK and Adapter framework files (
.xcframeworkor.framework) into your Xcode project. - Under the General tab of your app target, ensure these frameworks are listed under Frameworks, Libraries, and Embedded Content and set to Embed & Sign.
Your app need not call any third-party ad network code directly; Poing Godot AdMob Plugin interacts with the mediated network's adapter to fetch third-party ads on your behalf.