I have a simple question.
I saw the code to provide non-personalized ads.
Bundle extras = new Bundle();
extras.putString("npa", "1");
AdRequest request = new AdRequest.Builder()
.addNetworkExtrasBundle(AdMobAdapter.class, extras)
.build();
Does it work without UMP? I don’t publish my app in EU, so I don’t have to use it.
Please help me. thanks.
I tried that code in sample project, but AdMob SDK does not have a function to indicate whether an ad is personalized or not.
New contributor
HY Jang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.