Page Summary
-
GADRTBMediationSignalsConfiguration is a class that provides mediation configuration for a specific ad request.
-
The
credentialsproperty of this class is an array of mediation credential configurations defined by the publisher on the AdMob UI, representing potential ad sources for the request.
GADRTBMediationSignalsConfiguration
@interface GADRTBMediationSignalsConfiguration : NSObjectMediation 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;