Other Articles
How to install Kawach Cookie Banner?
Support > Cookie Banner Installation
11 February, 2026
Follow this guide to install and configure the Kawach Cookie Banner correctly, ensuring user consent is captured before any tracking technologies are activated.
Step 1: Copy the Script
- Navigate to Privacy Mgt → Cookie Management → Cookie Settings.
-
Copy both of the following:
- Kawach Configuration Object (JavaScript)
- Kawach Banner Script Tag
Step 2: Paste the Script Into Your Website
Paste both scripts just before the closing </head> tag of your website.
⚠ Important
The Kawach scripts must be placed before any:
- Google Analytics
- Google Tag Manager
- Other third-party tracking scripts
This ensures consent is evaluated before tracking begins.
<!DOCTYPE html> <html> <head> <title>My Website</title> <!-- Paste Kawach Config Object (JS) here --> <!-- Paste Kawach Banner Script (JS) here --> </head> <body> <!-- Website content --> </body> </html>
Step 3: Add a Cookie Settings Link (Required)
Kawach does not automatically create or style the Cookie Settings link. This allows you full control over placement and appearance.
Add the following placeholder element anywhere on your website, such as in the footer or a settings page:
<div id="kawach_cookie_settings_slot">Cookie Settings</div>
Kawach will automatically attach the Cookie Settings functionality to this element.
You may freely style this container using your own CSS.
</div>Step 4: Test the Implementation
Open your website and verify the following:
- Cookie banner appears on the first visit
- Banner displays your configured title and description
- Users can accept, reject, or customize cookies
- Banner does not reappear on subsequent visits
- “Cookie Settings” link is visible and opens correctly
Once verified, all visitor consent records will be available in your Kawach Cookie Management dashboard.