Questions tagged [gdprconsentform]

for questions about self implementing, coding, UI/UX of GDPR consent forms. DO NOT ASK LEGAL QUESTIONS ABOUT GDPR. Those are off-topic on Stack Overflow

Use the tag for questions about

  • UI and UX of self designed / coded GDPR consent forms
  • programming issues when implementing a consent form
  • integration issues with third party GDPR consent APIs

Legal (advice) questions about GDPR are off-topic. Talk to a lawyer instead.

72 questions
12
votes
2 answers

Admob TCF Error when using Google UMP SDK

I recently integrated the UMP SKD according to the documentation. Now I get an error report from Adbmob which states that a lot of ad requests fail because of the error "1.1". The troubleshooting page states that "Google, as a vendor, is not allowed…
Yannick
  • 1,279
  • 1
  • 11
  • 32
7
votes
2 answers

Android Admob EU User Consent

I have planned to display ads in my app, and I came across EU User Consent. Is it necessary to show consent form to the user during the app launch (Documentation)? Or selecting show only non-personalized ads in Admob is enough
Asuwathaman R C
  • 143
  • 3
  • 8
6
votes
2 answers

Accept cookies consent from Youtube

I'm trying to retrieve a list of Youtube videos from a Youtube channel, say "https://www.youtube.com/user/YouTube/videos", to get the nth first videos (thanks to the key = "videoId"). It used to work like a charm until a few days ago, when it…
Öskå
  • 163
  • 6
5
votes
4 answers

How to display or block personalized Adsense ads based on consent for IAB TCF v2.0 with Quantcast Choice?

I've chosen Quantcast Choice as the consent management platform for my website. However with their basic solution Google Adsense ads are still served to visitors before they give their consent for the related vendor (Google). Since 2 days there's a…
Stan
  • 869
  • 3
  • 15
  • 30
4
votes
1 answer

Android AdMob - Requesting Consent from European Users

I implemented EU User Consent Policy with Android + AdMob according to this article. The Problem: UserMessagingPlatform always failed on onConsentInfoUpdateFailure either on real device (with HashedId) or on simulators. The error: Invalid response…
Mike Keskinov
  • 10,359
  • 5
  • 53
  • 73
4
votes
2 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…
Patriotic
  • 1,186
  • 2
  • 15
  • 27
4
votes
1 answer

How do I localise my message when gathering consent with Google Founding Choices for GDPR in the EEA?

In order to be GDPR compliant and work with Admob mediation (in Europe), I need to implement a consent management platform (CMP) in my mobile apps (iOS and Android). Here is the complete list of TCF/IAB compliant CPMs:…
Gilbou
  • 5,134
  • 5
  • 22
  • 27
3
votes
0 answers

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…
HamzaSamir
  • 41
  • 2
3
votes
1 answer

Google Analytics, Flutter, cookies and the General Data Protection Regulation (GDPR)

Following the General Data Protection Regulation (GDPR) the user has to give his consent before any cookie is set. I use google / firebase analytics in a Flutter web site. When the user opens a page immediately two cookies are stored: _ga and…
3
votes
2 answers

GDPR consent screen and coding

I am going to have ads in my app, so I am crazy with the GDPR consent. That is why I am asking for help. I have read many (many) webpages about the GDPR but they are way too confusing for my small brain. So I would like to know if someone here can…
Ton
  • 8,275
  • 10
  • 48
  • 85
2
votes
0 answers

Django handling cookie gdpr

Quick question for django devs in Europe, how do you handle the cookie law in Europe in your django app? I have seen a lot of solutions for an example cookiebot.com but I'm not sure if I want to use it. Also any other solution alternatives is…
namtn-dev
  • 21
  • 1
2
votes
1 answer

Google Funding Choices not working - googlefc.getConsentStatus() always returns UNKNOWN

Yesterday I was trying to migrate from Quantcast Choice to Google Funding Choices for GDPR / EU CMP purposes. For some reason, after prompting for consent and clicking "consent" on the message dialog, the method googlefc.getConsentStatus() always…
2
votes
1 answer

Replacement for deprecated EU consent code android admob

Currently I am using following code to show banner ads in my android app private ConsentForm form; private AdView abAdView; private void checkForConsent() { try { ConsentInformation consentInformation =…
Chaitanya Karmarkar
  • 644
  • 1
  • 3
  • 14
2
votes
1 answer

Is there a way to retrieve GDPR consent string from within an ?

I tried to retrieve the GDPR consent string using postMessage inside an amp-iframe element but it simply doesn't work. Is there a way to communicate with the CMP inside the amp-consent and amp-iframe ? Thx
apo
  • 21
  • 4
2
votes
1 answer

Is there a readily available solution for displaying a cookie consent GDPR compliant message on a MediaWiki website?

I guess the question is self explanatory. In case no readily solutions are available, which would be the easiest way to implement the message (except from editing MediaWiki's skins and adding the code, which would possibly require redoing the job…
1
2 3 4 5