Step 1: Use AdMob to create a new ad unit variant for testing
| Introduction: Test new AdMob ad format adoption using Firebase |
|---|
Step 1: Use AdMob to create a new ad unit variant 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 a new ad unit and then implement the ad in your app's code.
This tutorial uses the rewarded interstitial ad format as the new format being tested for adoption. When reading this tutorial, though, keep in mind that you could follow similar steps to implement and test any other ad format.
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

