Fyber - Mediation
This section contains information on how to use Fyber as a mediation partner.
Enabling Fyber Mediation
First, we need to enable Fyber Mediation.
- Open
<Project>/Config/DefaultEngine.ini
. - Add the following configuration:
[AdsPro.Mediation] EnableFyberMediation=true
- Save and close the file.
On iOS, you will have to rebuild the plugin for the change to take effect.
Make sure to follow this guide to create and configure a Fyber account.
Additional Fyber Settings
The following methods are available to customize Fyber settings:
C++ | Blueprints | Description |
---|---|---|
UFyberLibrary::InitializeInneractiveAdManager() |
Initialize Inneractive Ad Manager |
Initializes Fyber's Ad Manager with an App ID. |
GDPR
You can update the consent status with the C++ method UFyberLibrary::SetGdprConsent()
or the equivalent Blueprint node Set GDPR Consent
.