Tapjoy - Mediation
This section contains information on how to use Tapjoy as a mediation partner.
Enabling Tapjoy Mediation
First, we need to enable Tapjoy Mediation.
- Open
<Project>/Config/DefaultEngine.ini
. - Add the following configuration:
[AdsPro.Mediation] EnableTapjoyMediation=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 Tapjoy account.
Additional Tapjoy Settings
The following configuration key is available to customize Tapjoy settings:
[AdsPro.Mediation.Tapjoy]
Debug=true ; If we want to enable debug mode.
GDPR
You can update the consent status with the C++ method UTapjoyLibrary::SetHasUserConsent()
or the equivalent Blueprint node Set Has User Consent
.