[[["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\u003eGADMediationCredentials\u003c/code\u003e stores mediation settings configured by publishers within the AdMob UI.\u003c/p\u003e\n"],["\u003cp\u003eIt provides read-only access to these settings, represented as a dictionary, and the associated ad format.\u003c/p\u003e\n"]]],[],null,["# GoogleMobileAds Framework Reference\n\nGADMediationCredentials\n=======================\n\n\n @interface GADMediationCredentials : NSObject\n\nMediation configuration set by the publisher on the AdMob UI.\n- `\n ``\n ``\n `\n\n ### [settings](#/c:objc(cs)GADMediationCredentials(py)settings)\n\n `\n ` \n The AdMob UI settings. \n\n #### Declaration\n\n Swift \n\n var settings: [String : Any] { get }\n\n Objective-C \n\n @property (nonatomic, readonly, nonnull) NSDictionary\u003cNSString *, id\u003e *settings;\n\n- `\n ``\n ``\n `\n\n ### [format](#/c:objc(cs)GADMediationCredentials(py)format)\n\n `\n ` \n The ad format associated with the credentials. \n\n #### Declaration\n\n Swift \n\n var format: AdFormat { get }\n\n Objective-C \n\n @property (nonatomic, readonly) ../Enums/GADAdFormat.html format;"]]