Hi,
Thank you for contacting the Mobile Ads SDK Support team.
By reviewing your concern, I understand that you want to know the details about Admob “npa” flag settings.
AdMob "npa" Flag Settings:
When making an ad request, developers can include the "npa" flag to indicate whether they want to receive personalized ads or non-personalized ads.
AdRequest adRequest = new AdRequest.Builder()
.addNetworkExtrasBundle(AdMobAdapter.class, extras)
.build();
Developers typically set the "npa" flag based on user preferences. For example, if a user opts out of personalized ads, the developer can set the "npa" flag to true.
Here, extras would include the "npa" flag.
Bundle extras = new Bundle();![]() |
Mobile Ads SDK Team |