GDPR

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.

With the Yandex Mobile Ads React Native SDK, you can restrict data collection from users located in the European Economic Area and Switzerland who haven't given their consent.

Short guide

The user's consent to the processing of their personal data must be passed to the SDK with every app launch.

  1. Follow these instructions to integrate the Yandex Mobile Ads React Native SDK.
  2. Show a dialog box prompting the user to consent to the processing of their personal data.
  3. Use the setUserConsent method to pass the received value to the Yandex Mobile Ads SDK. Data collected from users in GDPR countries is only processed with the user's consent.
MobileAds.setUserConsent(true);
Previous
Next