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
0
votes
1 answer

How can I add Google Analytics to my VuePress website in accordance with GDPR?

My website is generated via VuePress and now I want to add Google Analytics. However, with GDPR I have to ask my website visitor for consent before using it. For other, non-vuepress, websites I am using metomic.io's cookie dialogue to autoblock all…
Johnny
  • 41
  • 3
0
votes
0 answers

How to update tags with triggers dynamically in GTM?

I have cookie consent form in Angular 7 & when user allow then only i want to add cookies from GTM. I have so many tags in GTM. is there any way by which i dynamically add triggers in these tags based on the user's selection?
0
votes
0 answers

Disabling Cookies in Matomo / Henhed Piwik Extention for Magento 2

I use the Henhed Piwik Extention for Magento 2 and I want to disable cookies for tracking. There is a way to use JavaScript instead described in their FAQ. I found this "Edit your Matomo Javascript code as follows:" [...] // Call disableCookies…
Zfennn
  • 1
  • 1
0
votes
1 answer

GDPR: encyption at-rest instead of data lookup tables

Encryption at-rest - is storing data inside your storage/database in encrypted format. During processing you need to decrypt data every time, calculate something and then encrypt everything back (encryption is managed by storage). Does encryption…
VB_
  • 43,322
  • 32
  • 111
  • 238
0
votes
0 answers

how do i make sure i block the ga and gtm tracking?

I use cookieconsent on my website. I want to block GA and GTM tracking.