extension-admob
extension-admob copied to clipboard
EU Consent Management Requirements for 2024
The AdMob console showed me this banner today.
Sounds like we'll need to support a "Consent Management Solution" to comply with GDPR and the UK equivalent, starting in January 2024. Could this be built into this extension? Or would it be preferred to keep it separate?
Docs with how to implement Google's own library for this: https://developers.google.com/admob/android/privacy
Hi, it seems from the start of April monetization may be blocked if CMP isn't implemented. Are there plans to implement Google's solution in to the plugin?
Are there plans to implement Google's solution in to the plugin?
Yes, we need to look into it at some point (soon).
- CMP = Consent Management Platform
- https://support.google.com/admob/answer/13554116?hl=en
- Google provides a solution called UMP=User Messaging Platform.
- https://developers.google.com/admob/android/privacy
- https://support.google.com/admob/answer/10107561
- We need to decide if UMP should be a separate extension or integrated in the AdMob extension. I'm leaning towards integrating UMP here.
* We need to decide if UMP should be a separate extension or integrated in the AdMob extension. I'm leaning towards integrating UMP here.
Excellent. Integrated would be ideal, as it seems the other solutions may have monthly costs associated.
- We need to decide if UMP should be a separate extension or integrated in the AdMob extension. I'm leaning towards integrating UMP here.
As far as I can see, it is usually used by including Admob's UMP solution in plugins.
Is there any progress on the UMP solution?