GoogleMobileAds Framework Reference

GADRTBRequestParameters

@interface GADRTBRequestParameters : NSObject

Request parameters provided by the publisher and Google Mobile Ads SDK.

  • Mediation configuration set by the publisher on the AdMob UI.

    Declaration

    Objective-C

    @property (readonly, nonatomic, nonnull) GADMediationCredentials *credentials;
  • Extras the publisher registered with -[GADRequest registerAdNetworkExtras:].

    Declaration

    Objective-C

    @property (readonly, nonatomic, nullable) id<GADAdNetworkExtras> extras;
  • Requested banner ad size. The ad size is kGADAdSizeInvalid for non-banner requests. Use credentials.format to determine the request format.

    Declaration

    Objective-C

    @property (readonly, nonatomic) GADAdSize adSize;