[[["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\u003eGADNativeAdViewAdOptions\u003c/code\u003e provides customization settings for the appearance of native ads, such as the preferred position of the AdChoices icon within the ad view.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use the \u003ccode\u003epreferredAdChoicesPosition\u003c/code\u003e property to specify where the AdChoices icon should be displayed, with the default being the top right corner.\u003c/p\u003e\n"]]],["The `GADNativeAdViewAdOptions` class configures the view of native ads. It allows setting the `preferredAdChoicesPosition`, which determines the location of the AdChoices icon. The default position is `GADAdChoicesPositionTopRightCorner`. This property can be accessed and modified through both Swift and Objective-C using the variable or the property `preferredAdChoicesPosition`. The position of the AdChoices icon is defined by the `GADAdChoicesPosition` enum.\n"],null,["# GoogleMobileAds Framework Reference\n\nGADNativeAdViewAdOptions\n========================\n\n\n @interface GADNativeAdViewAdOptions : ../Classes.html#/c:objc(cs)GADAdLoaderOptions\n\nAd loader options for configuring the view of native ads.\n- `\n ``\n ``\n `\n\n ### [preferredAdChoicesPosition](#/c:objc(cs)GADNativeAdViewAdOptions(py)preferredAdChoicesPosition)\n\n `\n ` \n Indicates preferred location of AdChoices icon. Default is GADAdChoicesPositionTopRightCorner. \n\n #### Declaration\n\n Swift \n\n var preferredAdChoicesPosition: AdChoicesPosition { get set }\n\n Objective-C \n\n @property (nonatomic) ../Enums/GADAdChoicesPosition.html preferredAdChoicesPosition;"]]