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

  • GADRTBMediationSignalsConfiguration objects store mediation settings for an ad request.

  • credentials property contains an array of configurations defined by the publisher, acting as potential ad sources for the request, with the real-time bidding system utilizing a selection of these.

GADRTBMediationSignalsConfiguration


@interface GADRTBMediationSignalsConfiguration : NSObject

Mediation configuration for a particular ad request.

  • Array of mediation credential configurations set by the publisher on the AdMob UI. Each credential configuration is a possible source of ads for the request. The real-time bidding request will include a subset of these configurations.

    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.