Enabling Google
Supported ad formats
Integration
-
Configure mediation in the Boost interface and your advertising network account.
-
Import the package
yandex-mobileads-lite-8.3.0.unitypackageto your project. -
Import
mobileads-google-mediation-8.3.0.unitypackagefrom the mobileads-mediation directory. -
Create the main file AndroidManifest.xml via File → Build Settings → Android → Player Settings → Publishing Settings → Custom Main Manifest (check the box).
Add your Google AdMob ID to the created AndroidManifest.xml app file using the
<meta-data>tag namedcom.google.android.gms.ads.APPLICATION_ID. Learn more about where you can find the AdMob ID.<manifest> <application> ... <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy"/> ... </application> </manifest>
Was the article helpful?
Previous
Next