GoogleMobileAds Framework Reference

  • GADMediationServerConfiguration stores third-party SDK configurations set by the publisher in AdMob.

  • It provides an array of mediation configurations (credentials) that the Google Mobile Ads SDK can use during ad requests.

  • Each configuration in credentials represents a potential credential dictionary for ad requests.

GADMediationServerConfiguration


@interface GADMediationServerConfiguration : NSObject

Third party SDK configuration.

  • Array of mediation configurations set by the publisher on the AdMob UI. Each configuration is a possible credential dictionary that the Google Mobile Ads SDK may provide at ad request time.

    Declaration

    Swift

    var credentials: [MediationCredentials] { get }

    Objective-C

    @property (nonatomic, readonly, nonnull) NSArray<GADMediationCredentials *> *credentials;