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

In the spring of 2018, the General Data Protection Regulation (GDPR) came into effect. GDPR regulates how information about citizens of the European Economic Area and Switzerland can be collected and processed. This regulation is designed 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.

Starting from version 0.3.0, Yandex Mobile Ads Unity allows you to restrict the collection of data for users located in the European Economic Area and Switzerland who do not consent to data collection.

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 for connecting Yandex Mobile Ads Unity.
  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 Yandex Mobile Ads SDK. Data of users located in the GDPR region will be processed only if the user consents to data processing.
    MobileAds.SetUserConsent(true);