Ads
Banner & Interstitial
Implement 4 Ad network type ( admob, fan, unity, applovin ) You can switch ad network on the go from Firebase Remote Config
AdConfig.java
From this file you can change default ad network, unit id, interval interstitial, and disable or enable ad
OPEN BIDDING FAN ( Facebook Audience Network )
AppLovin as a Bidding Mediation Partner for Audience Network : Official documentation
Remote Config - Change Ad on The Go (Optional)
After publish your app to market you can change ad network from Firebase Remote Config, so you no need update your app,
How to change config?
3. Add Key Value , key is the lowercase name variable at advertise/AdConfig.java this is remote config form
4. This is AdConfig.java, orange line is key, blue line is value
Disable Locally
this flag not fetch with remote config, so when you disable from this value, your data will not replace by remote config
GDPR
To comply GDPR regulation you must configure some data
1. Admob publisher ID.
Then change publisher Id in AdConfig.java
2. Privacy Policy Url.
Then please change privacy_policy_url in res/value/string.xml
Last updated