Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
GADNativeAdViewAdOptions provides customization settings for the appearance of native ads, such as the preferred position of the AdChoices icon within the ad view.
Developers can use the preferredAdChoicesPosition property to specify where the AdChoices icon should be displayed, with the default being the top right corner.
[[["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."],[],["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"]]