Skip to content

Settings

This section describes all configurable project settings exposed by the PloxTools: Google AdMob plugin.

The settings are available in:

Project Settings → Plugins → PloxTools: Google AdMob

They define the AdMob application identifier, optional iOS App Tracking Transparency configuration, and Android mediation adapters included during packaging.


Application

App ID

Defines the Google AdMob application identifier added to the packaged application.

Android and iOS applications use separate App IDs. Before packaging, enter the App ID created for the selected target platform.

Setting Type Default Description
App ID FString Empty Google AdMob App ID added to the Android or iOS application configuration during packaging.

An App ID uses the following format:

ca-app-pub-XXXXXXXXXXXXXXXX~YYYYYYYYYY

Warning

Enter an AdMob App ID, not an Ad Unit ID.

Android and iOS require separate applications and separate App IDs in AdMob.


Apple Privacy

These settings apply only to iOS builds.

App Tracking Transparency

Controls whether the plugin adds the iOS configuration required for App Tracking Transparency and AdMob IDFA messages.

Setting Type Default Description
Enable App Tracking Transparency bool false Adds NSUserTrackingUsageDescription to the packaged iOS application and enables the plugin's ATT integration with the UMP consent flow.
Tracking Usage Description FString This identifier will be used to deliver more relevant advertisements to you. Text added as NSUserTrackingUsageDescription and shown in the iOS system tracking permission dialog. Available when Enable App Tracking Transparency is enabled.

Changing Tracking Usage Description requires the application to be repackaged.

Note

Enabling App Tracking Transparency does not affect Android builds.

The corresponding IDFA explainer must also be configured and published for the iOS application in AdMob.


Mediation

These settings control which third-party AdMob mediation adapters are included in Android builds.

All mediation adapters are disabled by default.

Setting Type Default Description
AppLovin bool false Includes the AppLovin SDK and AdMob mediation adapter in Android builds.
Chartboost bool false Includes the Chartboost SDK and AdMob mediation adapter in Android builds.
ironSource bool false Includes the ironSource SDK and AdMob mediation adapter in Android builds.
Meta Audience Network bool false Includes the Meta Audience Network SDK and AdMob mediation adapter in Android builds.
Unity Ads bool false Includes the Unity Ads SDK and AdMob mediation adapter in Android builds.

Note

Mediation adapters provided by the plugin are currently supported only on Android.

Enabling an adapter adds the required libraries during packaging, but the network must still be configured in its own dashboard and in the AdMob mediation settings.