DocsGet StartedIntroduction
Getting Started

Introduction to CONSETO

Learn how to implement GDPR-compliant consent management and event tracking in under 5 minutes.

Overview

CONSETO is a comprehensive GDPR compliance platform that helps you manage user consent, implement Google Consent Mode v2, and track events while respecting user privacy choices.

Cookie Banner
GDPR-compliant consent UI
Consent Mode v2
Google-approved tracking
Event Tracking
Privacy-first analytics

Prerequisites

Before you begin, make sure you have:

  • A CONSETO account with API credentials
  • Access to your website's HTML or tag manager
  • Your GA4 or GTM ID (optional)
New to CONSETO?

Create a free account to get your API credentials and start tracking in minutes.

Quick Start

Script Installation

Add the CONSETO script to your website's <head> section:

html
<script src="https://cdn.conseto.io/v1/conseto.min.js"></script>
<script>
  Conseto.init({
    clientId: 'your_client_id',
    ga4: 'G-XXXXXXXXXX',
    language: 'sk',
    theme: 'light'
  });
</script>

Configuration Options

OptionTypeDescription
clientIdstringYour unique CONSETO client ID
ga4stringGoogle Analytics 4 measurement ID
gtmstringGoogle Tag Manager container ID
languagestringUI language (sk, en, de, cs)
themestringBanner theme (light, dark, auto)
debugbooleanEnable console logging

Verification

To verify your installation is working correctly:

  1. Open your website in a new incognito window
  2. The cookie banner should appear automatically
  3. Check the browser console for CONSETO initialization logs
  4. Visit your CONSETO dashboard to see real-time events
Success!

If you see events appearing in your dashboard, your installation is complete.

Next Steps