GoogleMobileAds Framework Reference
-
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-02-04 UTC.
[null,null,["Last updated 2025-02-04 UTC."],[[["`GADMediationNativeAdConfiguration` is used to configure native ads within the Google Mobile Ads Mediation framework."],["Publishers can customize native ad requests by setting `options` with specific `GADAdLoaderOptions`."]]],["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"]]