No documentation on "Publisher Privacy Treatment"

118 views
Skip to first unread message

caro...@gmail.com

unread,
Dec 18, 2023, 9:50:09 PM12/18/23
to Google Mobile Ads SDK Developers
On both Android and iOS documentation pages, there used to be documentation on AdMob guides about "npa" flag settings, but now they're gone.

Now there is this poorly documented "Publisher Privacy Treatment" function available on the RequestConfiguration builder, yet it is only documented in the API docs.

Is this something added to replace the "npa" flag settings that used to be bundled to requests? Please offer explanations in public documentation about it. Thanks!

Mobile Ads SDK Forum Advisor

unread,
Dec 19, 2023, 12:52:43 AM12/19/23
to caro...@gmail.com, google-adm...@googlegroups.com

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();
extras.putString("npa", "1");

If the "npa" flag is not set, personalized ads will be requested by default.

 
This message is in relation to case "ref:!00D1U01174p.!5004Q02r2YKW:ref"

Thanks,
 
Google Logo Mobile Ads SDK Team


caro...@gmail.com

unread,
Dec 19, 2023, 2:04:53 AM12/19/23
to Google Mobile Ads SDK Developers
Hello, thanks for the reply. However, the usage of "npa" flag isn't what I mainly want to know about.
Rather, I want to know more about the newly available "Publisher Privacy Treatment" functions. 
What are their purposes, how and when should publishers use them etc.
More over, is it designed to replace the "npa" flag? Does the "npa" flag still work, and how do developers verify that?

Mobile Ads SDK Forum Advisor

unread,
Jan 31, 2024, 4:04:51 PM1/31/24
to google-adm...@googlegroups.com, caro...@gmail.com
Hello,

Publisher privacy treatment documentation is now available at the following URLs:

https://support.google.com/admob/answer/14323214
- https://developers.google.com/admob/ios/targeting#publisher_privacy_treatment_beta

Thanks,
Eric, Mobile Ads SDK Team

ref:!00D1U01174p.!5004Q02r2YKW:ref
Reply all
Reply to author
Forward
0 new messages