SimpleGDPRConsent helps you present a GDPR consent dialog to the users. Please note that you are responsible from forwarding the consent data to your SDKs.
I really liked the asset but I have a problem. When trying to use UnityEngine.Analytics.DataPrivacy or just DataPrivacy it gives an error (DataPrivacy doesn’t exist in the Analytics package) and I see that Analytics code is commented in the example code.
While I was writing the plugin, you could fetch Unity Analytics’s data privacy URL using that method. It might have changed since then. Or, you may have forgotten to import the corresponding plugin from Asset Store:
If SimpleGDPR.GetConsentState(“Ads”) isn’t equal to SimpleGDPR.ConsentState.Yes, you should add a npa=1 extra to ad request: Mulai | Unity | Google for Developers
will this be compliant with the new admob GDPR CMP requirements?
Beginning January 16, 2024, Google will require all publishers serving ads to EEA and UK users to use a Google-certified Consent Management Platform (CMP). You can use any Google-certified CMP for this purpose, including Google’s own consent management solution. If you are interested in using Google’s consent management solution, start by setting up your GDPR message and implementing the UMP SDK. Learn more Create a GDPR message
@ToniMayo My plugin isn’t Google-certified so I don’t think it qualifies (I wasn’t aware of this change. This change sounds like my plugin became obsolete for a major use-case unfortunately).