Step 1: Use AdMob to create new ad units for display
| Introduction: Optimize hybrid monetization using AdMob , Google Analytics , and Firebase |
|---|
Step 1: Use AdMob to create new ad units for display |
| Step 2: Set up Google Analytics |
| Step 3: Set up Firebase Remote Config to show specific ads experiences |
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 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, Flutter, or Unity project)
-
Your app registered as a Firebase App that's linked to an AdMob App ( learn more ).
This means the following are also done:-
You've enabled Google Analytics in your Firebase project (meaning you've linked your Firebase project to a Google Analytics property).
-
You've added the applicable Firebase configuration to your app's codebase.
-
-
(Android apps or apps targeting Android) Link your Firebase App to Google Play (required to get in-app purchase event data)
-
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 Firebase Remote Config
-
Access to the Google Analytics property linked to your Firebase project, with permissions to create audiences (at least Editor role)
-
Your preferred IDE

