[[["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\u003eGADMediationBannerAdConfiguration\u003c/code\u003e is used to hold configuration details for banner ads in a mediation flow.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eadSize\u003c/code\u003e property specifies the requested banner ad size for the adapter.\u003c/p\u003e\n"]]],["The core content defines the `GADMediationBannerAdConfiguration`, which is used for configuring banner ads. The key piece of information is the `adSize` property, which specifies the banner ad size requested from the ad adapter. This property is read-only and is of type `GADAdSize`.\n"],null,["# GoogleMobileAds Framework Reference\n\nGADMediationBannerAdConfiguration\n=================================\n\n\n @interface GADMediationBannerAdConfiguration : ../Classes/GADMediationAdConfiguration.html\n\nBanner ad configuration.\n- `\n ``\n ``\n `\n\n ### [adSize](#/c:objc(cs)GADMediationBannerAdConfiguration(py)adSize)\n\n `\n ` \n Banner ad size requested of the adapter. \n\n #### Declaration\n\n Swift \n\n var adSize: AdSize { get }\n\n Objective-C \n\n @property (nonatomic, readonly) ../Structs/GADAdSize.html adSize;"]]