AI-generated Key Takeaways
-
The UMP SDK can interpret GDPR consent choices for Google Consent Mode, specifically for ad storage, ad personalization, ad user data, and analytics storage purposes.
-
To get started, ensure you are using the Google Analytics for Firebase SDK, choose a consent mode (basic or advanced), turn on consent mode in the AdMob UI, use UMP SDK version 3.0.0 or higher, and initialize Firebase before the UMP SDK.
-
You can set a default consent state for users when EU regulations do not apply.
-
Information on using basic consent mode is available in the provided documentation link.
The UMP SDK can interpret GDPR consent choices for Google Consent Mode. The UMP SDK interprets the following purposes:
- ad storage
- ad personalization
- ad user data
- analytics storage
Interpreting consent mode values is useful for apps that get consent for the use of your products.
Before you begin
- Make sure you are using the Google Analytics for Firebase SDK in your app.
- Choose Basic versus advanced consent mode. Google supports advanced mode by default, while basic mode has additional steps.
Get started
Turn on consent mode in the AdMob UI. For more details, see Manage consent mode settings.
Use UMP SDK version 3.0.0 or higher.
Initialize Firebase before starting the UMP SDK. For more details, see Add the Analytics SDK to your app.
Set default consent state
The UMP SDK updates the consent state when European Union (EU) regulations apply to the user. Set the default consent state when EU regulations don't apply to the user.
Use basic mode
To use basic mode, see Consent mode basic mode support.