[[["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\u003eGADMediationNativeAdConfiguration\u003c/code\u003e is used to configure native ads within the Google Mobile Ads Mediation framework.\u003c/p\u003e\n"],["\u003cp\u003ePublishers can customize native ad requests by setting options in the \u003ccode\u003eoptions\u003c/code\u003e property, which is an array of \u003ccode\u003eGADAdLoaderOptions\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `GADMediationNativeAdConfiguration` class defines the configuration for native ads. It contains an array of `GADAdLoaderOptions` accessible through the `options` property. These options are additional settings specified by the publisher when requesting a native ad. The `options` property is read-only and of type `NSArray` in Objective-C and an array in Swift. This allows publishers to customize the behavior and features of the requested native ad.\n"],null,["GADMediationNativeAdConfiguration \n\n\n @interface GADMediationNativeAdConfiguration : ../Classes/GADMediationAdConfiguration.html\n\nNative ad configuration.\n- `\n ``\n ``\n `\n\n [options](#/c:objc(cs)GADMediationNativeAdConfiguration(py)options)`\n ` \n Additional options configured by the publisher for requesting a native ad. \n\n Declaration \n Swift \n\n var options: [../Classes.html#/c:objc(cs)GADAdLoaderOptions] { get }\n\n Objective-C \n\n @property (nonatomic, readonly, nonnull) NSArray\u003c../Classes.html#/c:objc(cs)GADAdLoaderOptions *\u003e *options;"]]