COPPA

Warning.

This is an archived version of the documentation. Actual documentation for all platforms can be found here.

  1. General information
  2. Quick guide

General information

On April 21, 2000, the Children's Online Privacy Protection Act (COPPA) came into effect. The act governs the collection of personal information from children under the age of 13 by individuals or entities within US jurisdiction. Pursuant to the Act, the application operator shall include in their privacy policy the methods for obtaining parental or caretaker's consent, as well as the operator's commitment to protecting the privacy and safety of children on the internet, including marketing restrictions.

Data about the user's age must be transmitted to the SDK every time the application starts.

Quick guide

Data about the user's age must be transmitted to the SDK every time the application starts.

  1. Follow the instructions to integrate the Mobile Ads SDK Flutter.
  2. Show a window where the user can accept the user agreement for personal data processing.

  3. Use the setAgeRestrictedUser method to pass the received value to the Mobile Ads SDK. By default, it is assumed that the user isn't a child under the age of 13.

    MobileAds.setAgeRestrictedUser(true);
    Copied to clipboard