GoogleMobileAds Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
-
Additional options configured by the publisher for requesting a native ad.
Declaration
Objective-C
@property (nonatomic, readonly, nonnull) NSArray< GADAdLoaderOptions
*> *options;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["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 \u003ccode\u003eoptions\u003c/code\u003e with specific \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,["# GoogleMobileAds Framework Reference\n\nGADMediationNativeAdConfiguration\n=================================\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 `\n ` \n Additional options configured by the publisher for requesting a native ad. \n\n #### Declaration\n\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;"]]