Everything you need to set up and use Cookies Privacy Manager.
Get Cookies Privacy Manager working on your website in three steps:
<head> of your websiteCopy your unique embed code from the dashboard and paste it into the <head> tag of every page on your website:
<script src="https://cookiesprivacymanager.com/embed/consent-banner.js?site=YOUR_SITE_CODE"></script>
Replace YOUR_SITE_CODE with the site code shown in your dashboard. This code is unique per website or location.
After adding the embed code, visit your website in an incognito/private window. The consent banner should appear. Accept or decline, then check your dashboard — a new consent record should appear within seconds.
For advanced styling, paste custom CSS into the Custom CSS field in banner settings.
#cc-banner {
border-radius: 0;
box-shadow: none;
}
#cc-banner .cc-text strong {
font-size: 1.2rem;
}
#cc-banner .cc-btn-accept {
border-radius: 4px;
font-weight: 700;
}
Available hooks: #cc-banner, #cc-banner .cc-text, #cc-banner .cc-btns, #cc-banner .cc-btn-accept / .cc-btn-reject / .cc-btn-manage, #cc-modal, #cc-modal .cc-modal-box, #cc-modal-title, #cc-modal .cc-cat, #cc-modal .cc-btn-save / .cc-btn-accept-all / .cc-btn-reject-all, and #cc-icon for the floating cookie button. Keep the #cc-banner or #cc-modal prefix — the default rules are ID-scoped, so a bare class selector will be ignored.
Enterprise accounts can manage multiple locations (websites or physical sites) from one dashboard. Each location gets its own unique embed code.
To add a location, go to Locations → Add Location. Fill in the name, domain, and optional classification fields (category, region, country).
Locations can have three statuses:
Categories let you group locations for filtering and reporting. Define your categories at Locations → Manage Categories.
Once set, assign a category when creating or editing a location. Reports can then be filtered and broken down by category.
The Enterprise Reports page lets you filter consent data by date range, category, location, or country. You can view:
Use the Export CSV button to download a full export of the filtered data for audit or compliance purposes.