Closing the app or denying features probably constitutes a negative consequence.
Thanks for clarifying. I think we're agreed, then, that ads can't be shown through AdMob to an EEA-based user until that user gives consent.So if they cancel the consent dialog or choose not to make the in-app purchase after they've chosen that 3rd option, then you can't show any ads to that user. And this could go on for ages until they've given consent or made the in-app purchase. That's what I mean.
So all I have to figure out now is how often and when in my app to pester the EEA-based user for consent... I certainly don't want to do it on app startup. That would be a terrible experience for a new user:).
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/36edbccc-1a2d-4655-ba4d-58b301eaa725%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It is up to you when you collect the consent and start requesting ads.
If the consent dialog annoys the user by appearing multiple times, you did it the wrong way. If you do, what the Consent SDK documentation says, the user's choice of the dialog is getting saved. Before the dialog appears only if there is no such saved choice.
Remember to give an option somewhere where the dialog appears on demand so the user can change his choice every time.
If you mis-implement it, the dialog could annoy the user or there could be some escape from it (in worst case, violating law by accidentally requesting ads without consent). So code and test it carefully^^.
The element “free” implies real choice and control for data subjects. As a general rule, the GDPR
prescribes that if the data subject has no real choice, feels compelled to consent or will endure
negative consequences if they do not consent, then consent will not be valid. If consent is bundled
up as a non-negotiable part of terms and conditions it is presumed not to have been freely given.
Accordingly, consent will not be considered to be free if the data subject is unable to refuse or
withdraw his or her consent without detriment.
In general terms, any element of inappropriate pressure or influence upon the data subject (which
may be manifested in many different ways) which prevents a data subject from exercising their free
will, shall render the consent invalid.[Example 1]
A mobile app for photo editing asks its users to have their GPS localisation activated for the use of its services.
The app also tells its users it will use the collected data for behavioural advertising purposes. Neither geo-
localisation or online behavioural advertising are necessary for the provision of the photo editing service and
go beyond the delivery of the core service provided. Since users cannot use the app without consenting to these
purposes, the consent cannot be considered as being freely given.
![]() |
Mobile Ads SDK Team |