Enabling Google

Supported ad formats

Integration

  1. Configure mediation in the Boost interface and your advertising network account.

  2. Import the package yandex-mobileads-lite-8.3.0.unitypackage to your project.

  3. Import mobileads-google-mediation-8.3.0.unitypackage from the mobileads-mediation directory.

  4. 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 named com.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>
    
Previous
Next