Install in minutes
Create a site, verify your domain, customize the banner, and publish. Then drop one script tag on your site — you'll find your exact snippet on the dashboard's Install tab.
1
Add the snippet
Paste this just before the closing </head> tag. It loads the ~4 KB widget and pulls your published configuration from the edge by site key.
<!-- Consent Compliance -->
<script>
window.CC_COOKIE = {
siteKey: "YOUR_SITE_KEY",
configUrl: "https://edge.consent-compliance.com/v1/config/YOUR_SITE_KEY"
};
</script>
<script src="https://app.consent-compliance.com/cc-widget.js" defer></script>2
Block your tags until consent
Mark any non-essential tag with type="text/plain" and a data-cc-category. The widget activates it only after the visitor grants that category — real blocking, not cosmetic.
<!-- Block a tag until the visitor consents to its category -->
<script type="text/plain" data-cc-category="analytics"
src="https://www.googletagmanager.com/gtag/js?id=G-XXXX"></script>3
Publish changes anytime
Edit the banner, categories, or integrations in the dashboard and hit Publish. The edge config updates instantly — no code changes or redeploys on your site.