defold / extension-admob

Defold native extension which provides access to AdMob functionality on Android and iOS
https://www.defold.com/extension-admob/
MIT License
37 stars 12 forks source link

EU Consent Management Requirements for 2024 #38

Open SkaterDad opened 9 months ago

SkaterDad commented 9 months ago

The AdMob console showed me this banner today.

image

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

stevencodeuk commented 2 months ago

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?

britzl commented 2 months ago

Are there plans to implement Google's solution in to the plugin?

Yes, we need to look into it at some point (soon).

stevencodeuk commented 2 months ago
* 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.

tamduk commented 2 months ago
  • 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?