Authorized Digital Sellers
Authorized Digital Sellers is an IAB standard to prevent ad inventory fraud. Throughads.txt for websites and app-ads.txt for apps, you prove to advertisers that “this inventory can be sold through Adrop.”
If files are not properly configured, advertisers (DSPs) won’t trust ad requests, which may result in ads not being displayed or significantly reduced revenue.
Choose the Right File for Your Environment
The file you need to configure depends on where ads are rendered.app-ads.txt
Native AppsWhen ads are displayed in Android/iOS native UI
ads.txt
WebView-based Apps / WebsitesWhen ads are displayed in WebView or browser
Configuration
- app-ads.txt (Native Apps)
- ads.txt (Web)
Setting Up for the First Time
If you don’t have an existingapp-ads.txt, setting up a redirect is the simplest option.Already Using app-ads.txt
If you already have content from other ad networks, you cannot use a redirect. Visit the URL below, copy the content, and add it to your existing file.Upload Location
Upload to the root path of the website domain registered in App Store/Play Store.Verification
File Access Check
Visit the configured URL to verify the file is properly applied.robots.txt Crawling Permission
Ifrobots.txt blocks crawlers from accessing ads.txt or app-ads.txt, ad networks cannot verify the files and ads will not be served.
Ensure your robots.txt allows crawling of these paths:
robots.txt
Verify Google Crawler Access
Even if the file appears correctly in your browser, ads won’t serve if your server or CDN blocks Googlebot. Verify with the following commands:Next Steps
Set up the SDK for your platform:Android
Android SDK integration guide
iOS
iOS SDK integration guide
React Native
React Native SDK integration guide
Flutter
Flutter SDK integration guide
Web
Web SDK integration guide