Can I use admob ads in my app (Kids Category)

I would like to submit my app as Kids Category and use Admob ads in my APP. However, it was rejected. After checking to the App Store Review Guidelines, it stated that Apps in the Kids Category may not include behavioral advertising (e.g. the advertiser may not serve ads based on the user’s activity), and any contextual ads must be appropriate for young audiences. And I still not sure what should I do to make the ads comply with the Guidelines.


I found some of the app in kids category can use Admob in app store. Can anyone help and share the experiences?


Thank you very much

You can try this:

"The default behavior of the Google Mobile Ads SDK is to serve personalized ads. If a user has consented to receive only non-personalized ads, you can configure an AdRequest object with the following code to specify that only non-personalized ads should be requested:

AdRequest request = new AdRequest.Builder()
.AddExtra("npa", "1")
.Build();

It's for Unity, but you can find solution for your platform.
Can I use admob ads in my app (Kids Category)
 
 
Q