Live Demo - GDPR Compliant Cookie Consent
Hosted on GCP Cloud Storage (Bangkok đšđ) | Built by Conicle AI
Customize the consent banner appearance in real-time!
Test the consent manager functionality:
These simulate Google Analytics and Facebook Pixel - they only run if you accept the corresponding category:
How it works: These scripts have data-category="analytics" and type="text/plain".
ConsentManager automatically converts them to type="text/javascript" when you accept the category.
Watch consent events in real-time:
Try these commands in the browser console:
ConsentManager.getUserPreferences() - Get current preferencesConsentManager.acceptedCategory('analytics') - Check if category acceptedConsentManager.getCookie() - Get cookie dataConsentManager.validConsent() - Check if consent is validConsentManager.reset(true) - Reset everything
https://storage.googleapis.com/consent-manager-cdn-tanapatj-jkt/v1.0.0/consent-manager.umd.js
https://storage.googleapis.com/consent-manager-cdn-tanapatj-jkt/v1.0.0/consent-manager.css
This demo logs detailed consent events to BigQuery in real-time with API key authentication!
đ What's logged: IP address, browser, device, UTM parameters, action labels (Thai/English), and more!
Try it: Accept/reject cookies and check BigQuery to see detailed logs! â
đĄ Query your data: See bigquery/example-queries.sql in the GitHub repo for analytics queries.