The Google Waterfall adapter supports Banner (320×50) and MREC (300×250) ad formats. Interstitial and Rewarded are not supported by this adapter. Uncomment the Google Waterfall lines inDocumentation Index
Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt
Use this file to discover all available pages before exploring further.
Assets/CloudXSdk/Editor/CloudXDependencies.xml:
AdMob Application ID (Required)
The Google Mobile Ads SDK requires your AdMob app ID. Without it the app crashes at launch on iOS and logs a fatal warning on Android. Use the app ID from your AdMob console.Android
Add the meta-data to yourAssets/Plugins/Android/AndroidManifest.xml, inside <application>:
AndroidManifest.xml
iOS
AddGADApplicationIdentifier to the generated Info.plist:
Info.plist
iOS Info.plist Configuration
SKAdNetwork IDs (Required for iOS 14.5+)
Add Google’s SKAdNetwork identifiers so Google can attribute installs. Google publishes the complete, up-to-date list in its Google Mobile Ads documentation. Include the full list to maximize attribution coverage.App Tracking Transparency (iOS 14+)
Info.plist
iOS Project Configuration
Linker Flags: Add-ObjC to Other Linker Flags in Build Settings.