To discuss and provide feedback on our products, join the official AdMob Discord channel in the Google Advertising and Measurement Community server.

GoogleMobileAds Framework Reference

  • The GADMediationAdapter protocol enables communication between the Google Mobile Ads SDK and third-party ad networks.

  • Adapters handle ad requests, initialization, and loading various ad formats like banners, interstitials, and rewarded ads.

  • They provide methods for retrieving adapter and ad SDK versions, specifying network extras, and setting up the adapter.

  • Ad loading methods utilize ad configurations and require completion handlers for success or error reporting.

  • Adapters are primarily initialized in the background and transition to the main thread for ad loading operations.

GADMediationAdapter

@protocol GADMediationAdapter <NSObject>

Receives messages and requests from the Google Mobile Ads SDK. Provides GMA to 3P SDK communication.

Adapters are initialized on a background queue and should avoid using the main queue until load time.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年08月20日 UTC.