Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Personalized and non-personalized ads #3

Open
sairope opened this issue Aug 17, 2023 · 1 comment
Open

Personalized and non-personalized ads #3

sairope opened this issue Aug 17, 2023 · 1 comment

Comments

@sairope
Copy link

sairope commented Aug 17, 2023

Is there a way to be able to set my ads as personalized or non-personalized? I need this for my GDPR consent form.

https://support.google.com/admob/answer/7676680?hl=en

@nboy1
Copy link
Owner

nboy1 commented Aug 17, 2023

hi @sairope

this SDK use the new User Messaging Platforms once you set this two tags to false together:

Admob.Ads().TAG_FOR_CHILD_DIRECTED_TREATMENT(false); "to false and
Admob.Ads().TAG_FOR_UNDER_AGE_OF_CONSENT(false); to false too,

the ANE it will call function of " UserMessagingPlatforms" that will check "ConsentInfoUpdate" if :

onConsentInfoUpdateSuccesscheck mean that user is in a geography area where consent is required, then it will automatically call consent form based on user geography, after if the user accept the form the app will serve personalized ads , and if he or she didn't accept the form it will serve non personalized ads.
and if the consent is not required in the geography area of user, it will serve personalized ads directly.

and if :
onConsentInfoUpdateFailure it will serve non personalized ads directly.

https://groups.google.com/g/google-admob-ads-sdk/c/I6j0Pr-_ziY/m/VOH06zsWAQAJ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants