Questions tagged [user-messaging-platform]

15 questions
23
votes
5 answers

How to implement UMP SDK correctly for eu consent?

I have lots of confusion regarding the implementation of the UMP SDK. I have not found much information or a complete tutorial other than google. I am following this and this but unable to understand bellow issues: Is it required to call…
17
votes
2 answers

Mandatory Consent for Admob User Messaging Platform

I switched from the deprecated GDPR Consent Library to the new User Messaging Platform, and used the code as stated in the documentation. I noticed that when the user clicks on Manage Options then Confirm choices, ads will stop displaying altogether…
hiddeneyes02
  • 2,562
  • 1
  • 31
  • 58
6
votes
0 answers

User Messaging Platform SDK : How to determine whether we are allowed to display Personalized Ads, or Non-personalized ads?

All the while, we are using deprecated Google Mobile Ads Consent SDK Its ConsentStatus allow us to know, whether we should display Personalized Ads, or Non-personalized ads. Please refer to the source code :…
Cheok Yan Cheng
  • 47,586
  • 132
  • 466
  • 875
6
votes
1 answer

Connection between Consent request and Google AdMob to show personalized or non-personalized ads

I use the UMP to obtain user consent. And then I want to show ads with Google AdMob. In the UMP documentation the part "Forward consent to the Google Mobile Ads SDK" exists. According to this I can choose if AdMob should show personalized ads or…
L3n95
  • 1,505
  • 3
  • 25
  • 49
5
votes
0 answers

User Messaging Platform for Android misses the user consent status

I'm trying to obtain the consent from the users using User Messaging Platform. Followed this guide: https://developers.google.com/admob/ump/android/quick-start When I run the code in the guide it shows the consent correctly. If I press "Consent" the…
Addev
  • 31,819
  • 51
  • 183
  • 302
4
votes
1 answer

User Messaging Platform: Reset consent

As I read, GDPR requires consent to be revoked. I only found the ConsentInformation.reset() method, but that one specifically mentions that it is only for debug…
Merthan Erdem
  • 5,598
  • 2
  • 22
  • 29
4
votes
1 answer

Android Consent Information publisher misconfiguration

I try to use Google Consent with the User Messaging Platform to show in Android app consent form. I follow this documentation https://developers.google.com/admob/ump/android/quick-start. I get this error: onConsentInfoUpdateFailure: Publisher…
2
votes
1 answer

What should be put inside onConsentFormDismissed method of UMP SDK?

I have followed the official Android Doucumentation to implement UMP. This is the code I have: public class MainActivity extends AppCompatActivity { private ConsentInformation consentInformation; private ConsentForm consentForm; @Override …
1
vote
0 answers

How to add user consent using UserMessagingPlatform

I have a few questions about Google's UserMessagingPlatform. Resources Mobile Ads SDK - Guides Mobile Ads SDK - User Privacy Mobile Ads SDK - Reference EU User Consent Policy Unity - Implementing Data Privacy Related questions How to implement…
1
vote
1 answer

How to change privacy policy link for Admob user messaging platform

I switched from the deprecated GDPR consent library to the new User Messaging Platform, and used the code as stated in the documentation. The problem is when the user wants to access my app's Privacy Policy link via the popup window included in the…
hiddeneyes02
  • 2,562
  • 1
  • 31
  • 58
1
vote
2 answers

Guide for Xamarin.Google.UserMessagingPlatform?

I am in the final stages of setting up my Android App using Xamarin / C#. I have implemented Google Admob but GDPR rules say that I must have a privacy notice to display ads. Google's documentation says that the Consent SDK is deprecated and that I…
roguedev
  • 175
  • 1
  • 1
  • 12
1
vote
3 answers

Xcode build with Google UMP SDK fails with 'framework not found'

We make middleware using Cordova and AdMob to show ads. Cordova generates an Xcode project for us. However the resulting Xcode projects now fail to build with the error ld: framework not found UserMessagingPlatform.xcframework. This appears to be…
AshleysBrain
  • 22,335
  • 15
  • 88
  • 124
0
votes
0 answers

How to store user consent in an online database with Google User Messaging Platform(UMP) in unity?

According to Article 7(1) of the GDPR: "Where processing is based on consent, the controller shall be able to demonstrate that the data subject has consented to processing of his or her personal data." This means that data controllers must record…
0
votes
0 answers

How is the EU GDPR User Consent Code implemented according to the new updates of the IAB

I'm in the process of testing EU GDPR user consent as per new IAB updates. I have created two functions to display the advertisement after the code is executed, but I have no idea what is the appropriate function after the code is executed. There…
salem715
  • 19
  • 7
0
votes
0 answers

How to Test User Consent Status (GoogleMobileAds UMP SDK)

I'm in the process of integrating the GoogleMobileAds & User Messenger Platform SDK for iOS. I understand it offers a way for users to consent or not consent inside the EEA. Firstly you test to see if consent is required: UMPFormStatus formStatus =…
Reanimation
  • 3,151
  • 10
  • 50
  • 88