Dear Mobile Ads SDK Team,
I was under the impression that my question would be easy to answer, but I haven't heard anything back yet. The only think I want to know is if the following (as described
here in legacy documentation):
Bundle extras = new Bundle();
extras.putString("npa", "1");
AdRequest request = new AdRequest.Builder()
.addNetworkExtrasBundle(AdMobAdapter.class, extras)
.build();
is still required when using the new UMP SDK for Android?
I assume that this is no longer required, because it is not mentioned anywhere on the
UMP SDK documentation page. But I want to be absolutely sure about this, because I cannot verify if AdMob actually returns non-personalized ads if the user did not consent.
Kind regards,
Bastiaan van den Berg