Skip to content
DocsCookie BannerCookie Banner Setup
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:

RegionRegulationBanner Type
πŸ‡ͺπŸ‡Ί EU / EEAGDPROpt-in (explicit consent required)
πŸ‡¬πŸ‡§ UKUK GDPROpt-in (explicit consent required)
πŸ‡ΊπŸ‡Έ CaliforniaCCPA/CPRAOpt-out (Do Not Sell)
πŸ‡§πŸ‡· BrazilLGPDOpt-in with legal basis
🌍 OtherNoneInformational 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.

Documentation β€” CONSETO | CONSETO