GDPR Setup
Introduction
In this video, you'll learn how to implement GDPR consent message in your mobile game using Mobile Monetization Pro.
We cover: - Display a GDPR popup for players in supported regions - Request consent for personalized and non-personalized ads
Consent Controller Script

| Fields | Info |
|---|---|
| DisplayConsent | Set to true to display the GDPR consent |
| ResetConsentButton | Button to reset consent. |
| UpdateConsentButton | Button to show user consent settings again. |
| ErrorPopup | GameObject with the error popup. |
| ErrorText | Error message for the error popup. |
| targetScript | Drag a MonoBehaviour from the scene with public void methods. |
| selectedMethodName | Name of the public void method to call. |