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

  • GADMediationServerConfiguration is an NSObject used for third-party SDK configuration.

  • It contains a credentials property, which is an array of mediation configurations set by the publisher on the AdMob UI.

  • These credentials are possible dictionaries that the Google Mobile Ads SDK may provide during an ad request.

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;

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.