GoogleMobileAds Framework Reference

  • GADMediationAdapter facilitates communication between the Google Mobile Ads SDK and third-party SDKs.

  • Adapters are initialized on a background queue and should only use the main queue for loading.

  • The protocol includes methods for returning adapter and ad SDK versions, and specifying network extras.

  • It provides methods for setting up the ad network SDK and loading various ad formats such as banner, interstitial, native, rewarded, rewarded interstitial, and app open ads.

  • A deprecated method for loading interscroller ads is noted.

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.