Stay organized with collections
Save and categorize content based on your preferences.
Native ads
lets you design an ad placement that matches the style of your app. While
this provides a lot of flexibility, it's important to ensure your placements
remain compliant with AdMob policies.
Native Validator is a new feature to help you catch policy violations before
your app ships. It automatically identifies certain policy violations in your
app and notifies you through the app's UI.
Native Validator is enabled by default for test ads, but can be disabled as
shown below. Keep in mind however that once the validator is disabled, test ads
will no longer show information about potential issues with your ad layouts.
Prerequisites
Google Mobile Ads SDK 7.68.0 or higher.
Ensure your device is configured as a test
device.
Using Native Validator
Native Validator automatically alerts you of certain policy violations in your
UI through an overlay popup next to the ad.
Clicking on See Issues takes you to a fullscreen list of the relevant policy
violations.
Disabling the validator
To disable Native Validator, add GADNativeAdValidatorEnabled = false to your
Info.plist.
[[["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-01-29 UTC."],[[["Native Validator helps identify policy violations in native ads before app release by automatically detecting issues and notifying you through the app's UI."],["This feature is enabled by default for test ads but can be disabled in the `Info.plist` file by setting `GADNativeAdValidatorEnabled` to `false`."],["Native Validator requires Google Mobile Ads SDK 7.68.0 or higher and works only with test ads, not live ads."],["To use the feature, ensure your device is configured as a test device, and the validator will display an overlay popup for any policy violation detected."]]],[]]