GDPR

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

The General Data Protection Regulation (GDPR) came into effect in the spring of 2018. GDPR regulates how information about citizens of the European Economic Area and Switzerland can be collected and processed. Its intention is to protect the privacy of confidential data and to ensure the transparency of all processes related to the collection, storage and processing of information on the internet.

The GDPR has an extraterritorial scope that applies to all companies that process the personal data of citizens of the European Economic Area and Switzerland, regardless of where the company is located.

The Yandex Mobile Ads SDK Flutter can limit the collection of data from users located in the European Economic Area and Switzerland who have not consented to share their confidential information.

Quick guide

The user's consent for processing personal data must be sent to the SDK each time the application is launched.

  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 setUserConsent method to pass the received value to the Mobile Ads SDK.

    MobileAds.setUserConsent(true);
    Copied to clipboard
  4. For users from GDPR regions, the data will be processed only if they give their consent to it.