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
| Option | Type | Description |
|---|---|---|
clientId | string | Your unique CONSETO client ID |
ga4 | string | Google Analytics 4 measurement ID |
gtm | string | Google Tag Manager container ID |
language | string | UI language (sk, en, de, cs) |
theme | string | Banner theme (light, dark, auto) |
debug | boolean | Enable console logging |
Verification
To verify your installation is working correctly:
- Open your website in a new incognito window
- The cookie banner should appear automatically
- Check the browser console for CONSETO initialization logs
- Visit your CONSETO dashboard to see real-time events
Success!
If you see events appearing in your dashboard, your installation is complete.