Home
Available
Image Optimizer Translate Backup Vault Cookie Guard Live Chat
Coming 2026
SEO Boost Speed Cache Security Shield
Support
Language
LoginGet Started Free
API Documentation

Cookie Guard

GDPR compliant cookie consent management for WordPress. Automatic cookie scanning, customizable banners, and full consent logging.

100%
GDPR Compliant
TCF 2.2
IAB Certified
Auto
Cookie Scan
50+
Cookie DB

Overview

Jetweb Cookie Guard is a comprehensive cookie consent management solution designed for WordPress websites. It helps you comply with GDPR, CCPA, LGPD, and ePrivacy regulations by managing visitor consent and cookie usage.

The plugin automatically scans your website for cookies, categorizes them, and displays a customizable consent banner. All visitor consents are logged for compliance documentation and can be exported for audits.

Features

Auto Scanner
Detects all cookies automatically
Custom Banners
Multiple styles and positions
Consent Logs
Full audit trail for compliance
TCF 2.2
IAB advertising compliance
Geo Targeting
Location based banners
Multi Language
30+ language translations

Cookie Categories

Cookie Guard organizes cookies into four standard categories for GDPR compliance:

Necessary

Essential for site function. Always enabled.

Functional

Enhanced features like preferences.

Analytics

Usage tracking & statistics.

Marketing

Advertising & remarketing.

WordPress Plugin

Get started in minutes with our official WordPress plugin. Manage cookies and consent directly from your WordPress admin.

Installation

Download the plugin from your Jetweb Dashboard
Upload via WordPress Admin → Plugins → Add New → Upload
Activate the Jetweb Cookie Guard plugin
Configure in Settings → Cookie Guard
Enter API Key from your API Keys page

Plugin Settings

SettingDescriptionDefault
API KeyYour Jetweb access token (starts with jw_)Required
Banner StyleChoose from modal, bottom bar, corner popupBottom bar
Primary ColorAccent color for buttons#00D4FF
Auto ScanAutomatically scan for new cookiesWeekly
Geo TargetingShow different banners by regionDisabled

REST API

Build custom integrations with our REST API. All requests require authentication via the X-Access Token header.

Register Site

POST /site/register
POST https://cookie.api.jetweb.app/site/register

{
  "domain": "example.com",
  "name": "My Website"
}

# Response
{
  "success": true,
  "site_token": "st_abc123...",
  "site_id": "uuid..."
}

Start Cookie Scan

POST /scan/start
POST https://cookie.api.jetweb.app/scan/start

{
  "site_token": "st_abc123..."
}

# Response
{
  "success": true,
  "scan_id": "scan_xyz...",
  "status": "scanning"
}

Save Consent

POST /consent
# No auth required (called from visitor browser)
POST https://cookie.api.jetweb.app/consent

{
  "site_token": "st_abc123...",
  "visitor_id": "v_xyz...",
  "categories": {
    "necessary": true,
    "functional": true,
    "analytics": false,
    "marketing": false
  }
}

Get Banner Config

GET /banner/:site_token
# No auth required (called from visitor browser)
GET https://cookie.api.jetweb.app/banner/st_abc123

# Response
{
  "style": "bottom_bar",
  "colors": { ... },
  "texts": { ... },
  "cookies": [ ... ]
}

TCF 2.2 Integration

Cookie Guard supports IAB's Transparency and Consent Framework 2.2 for advertising compliance. This is required for Google Ads, Meta Ads, and other major ad networks.

Enabling TCF 2.2

Upgrade to Pro plan or higher (TCF requires certification)
Enable TCF 2.2 Mode in plugin settings
Configure vendor list (Google, Meta, etc.)
Test with Google's Consent Mode Debugger

TCF consent strings are automatically generated and stored in __tcfapi for ad network integration.

Rate Limits & Pricing

Usage is measured by consent records per month and number of registered sites:

PlanSitesConsents/MonthFeatures
Free11,000Basic banner
Starter310,000+ Custom styling
Pro1050,000+ TCF 2.2, Geo targeting
BusinessUnlimitedUnlimited+ White label, Priority support

Error Codes

CodeErrorDescription
400Bad RequestInvalid parameters or missing required fields
401UnauthorizedMissing or invalid API key
403ForbiddenConsent limit exceeded or site not registered
404Not FoundSite or scan not found
429Too Many RequestsRate limit exceeded
500Server ErrorInternal error during scan

FAQ

Yes, Cookie Guard is fully compliant with GDPR, CCPA, LGPD, and ePrivacy regulations. It blocks non essential cookies until consent is given, logs all consents for proof, and provides a way for visitors to withdraw consent.
Our scanner uses a headless browser to visit your website and detect all cookies, localStorage, and sessionStorage entries. It then matches them against our database of 50+ known cookies to provide descriptions and categorization.
Yes, Google requires TCF 2.2 compliance for personalized advertising in the EU/EEA. Our Pro plan includes TCF 2.2 support with automatic consent string generation compatible with Google Consent Mode v2.
Yes, all consent records can be exported via the API or dashboard. You can download CSV or JSON files containing visitor ID, timestamp, IP (hashed), consent choices, and more for compliance audits.

Ready to get compliant?

Start managing cookie consent in minutes. Free plan includes 1,000 consents/month.