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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eGADRTBMediationSignalsConfiguration\u003c/code\u003e objects store mediation settings for an ad request.\u003c/p\u003e\n"],["\u003cp\u003eThey contain an array of \u003ccode\u003eGADMediationCredentials\u003c/code\u003e which represent potential ad sources configured by the publisher.\u003c/p\u003e\n"],["\u003cp\u003eReal-time bidding requests utilize a subset of these credentials to fetch ads.\u003c/p\u003e\n"]]],["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"],null,["# GoogleMobileAds Framework Reference\n\nGADRTBMediationSignalsConfiguration\n===================================\n\n\n @interface GADRTBMediationSignalsConfiguration : NSObject\n\nMediation configuration for a particular ad request.\n- `\n ``\n ``\n `\n\n ### [credentials](#/c:objc(cs)GADRTBMediationSignalsConfiguration(py)credentials)\n\n `\n ` \n Array of mediation credential configurations set by the publisher on the AdMob UI. Each\n credential configuration is a possible source of ads for the request. The real-time bidding\n request will include a subset of these configurations. \n\n #### Declaration\n\n Swift \n\n var credentials: [MediationCredentials] { get }\n\n Objective-C \n\n @property (nonatomic, readonly, nonnull) NSArray\u003c../Classes/GADMediationCredentials.html *\u003e *credentials;"]]