hi - I just launched an app that uses admob on Google Play the other day, and I’m working through getting it ready for GDPR (it’s not for sale in Europe yet). I just noticed there’s a “hasUserConsent” param for admob.load. Is that brand new? I don’t recall seeing it the other day.
What’s the default behaviour if this parameter is not used (presumably hasUserConsent = true?)
Also, if the param is set to false, how does the app behave differently? Does it stop showing ads altogether, or just shows generic ones? Thanks.