Step 1: Use AdMob to create new ad unit variants for testing
| Introduction: Optimize AdMob ad frequency using Firebase |
|---|
Step 1: Use AdMob to create new ad unit variants for testing |
| Step 2: Set up an A/B test in the Firebase console |
| Step 3: Handle Remote Config parameter values in your app's code |
| Step 4: Start the A/B test and review the test results in the Firebase console |
| Step 5: Decide whether to roll out the new ad format |
To get started, you first need to create new ad units and then implement the ads in your app's code.
This tutorial uses the interstitial ad format as the example test case. When reading this tutorial, though, keep in mind that you could follow similar steps to implement and test frequency capping for other ad formats.
Make sure you have the prerequisites for this tutorial
-
Your own app (iOS, Android, or Unity project)
-
Your app registered as a Firebase App that's linked to an AdMob App ( learn more )
-
Access to your app's associated AdMob account, with permissions to create new ad units
-
Access to your app's associated Firebase project, with permissions to create and manage Remote Config and A/B Testing as well as to view Google Analytics
-
Your preferred IDE

