admob
admob copied to clipboard
Get current status of CMP user choices to know if ads can be displayed - canRequestAds()
How you probably know, new Google's CMP system is causing serious problems: users who does NOT accept data storage via the Google CMP Popup will not get ads at all because data storage is required to serve non-personalized ads too. This is leading to a big loss of ads revenues.
So we need a method to get current user choice, in order to knnow if user accepted the minimum required options to get ads, and in case he did not, we can modify our app's content/behavior accondingly.
What do you think about that?
(in the first version of this post, I was referring to the SDK method canRequestAds() but I misunderstood the scope of this method)