I've received this mail today:
I have to indicate this to keep my adds
How I do it in B4A with FirebaseAdmob?
Dear App Developer,
We’re contacting you because Google has received a report that your Android app(s) and package name(s) listed below may be child-directed for the purposes of the Children’s Online Privacy Protection Act (COPPA). You can visit the Federal Trade Commission’s website to learn more about COPPA.
In 30 days, we will take the action to treat your app(s) listed below as primarily child-directed for applicable Google services that may appear in your app(s). For instance, this means AdMob will take steps to disable interest-based advertising and remarketing ads for your app(s).
I have to indicate this to keep my adds
B4X:
AdRequest request =newAdRequest.Builder()
.tagForChildDirectedTreatment(true)
.build();
adView.loadAd(request);
Last edited: