Cookie Banner
Cookie Banner Setup
Cookie Banner Quick Setup
The Conseto cookie banner is included in the standard script. It automatically detects visitor location and shows the correct consent banner for GDPR, CCPA, or other regulations.
Zero configuration needed
If you've already added the Conseto script, the cookie banner is active. It appears automatically for visitors who need consent.
Basic Setup
html
<script src="https://www.conseto.io/dist/conseto.min.js"></script>
<script>
Conseto.init({
clientId: 'YOUR_CLIENT_ID',
language: 'en', // Banner language
theme: 'light', // 'light' or 'dark'
brandName: 'My Site' // Shown in the banner
});
</script>Auto-Region Detection
Conseto automatically determines which consent model to show:
| Region | Regulation | Banner Type |
|---|---|---|
| πͺπΊ EU / EEA | GDPR | Opt-in (explicit consent required) |
| π¬π§ UK | UK GDPR | Opt-in (explicit consent required) |
| πΊπΈ California | CCPA/CPRA | Opt-out (Do Not Sell) |
| π§π· Brazil | LGPD | Opt-in with legal basis |
| π Other | None | Informational notice only |
Consent Categories
Visitors can grant or deny consent per category:
Necessary(Always on)
Always enabled. Session cookies, security, load balancing.
Analytics
Visitor tracking, session recording, performance monitoring.
Marketing
Advertising cookies, remarketing, cross-site tracking.
Preferences
Language, theme, personalization settings.