GoogleMobileAds Framework Reference
@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 }
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-02-04 UTC.
[null,null,["Last updated 2025-02-04 UTC."],[[["`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."]]],["The `GADRTBMediationSignalsConfiguration` class provides mediation configuration for ad requests. Its primary function is to manage an array of `MediationCredentials`, which represent potential ad sources defined by the publisher in the AdMob UI. These credentials are a subset of configurations included in real-time bidding requests, enabling the selection of relevant ad sources for a given request. The `credentials` property is read-only.\n"]]