
What is Simple CMP?

- Displays a cookie consent banner at the bottom of your website
- Handles consent collection without JavaScript dependencies
- Appears instantly with no flicker effect
- Provides “Accept All” and “Reject All” options
- Automatically manages consent status (
pending
,granted
,denied
) - Runs entirely at the edge for optimal performance
Getting Started
To integrate Simple CMP into your Edgee project:- Open the Edgee console and navigate to your project’s Components.
- Select “Add a component” and choose
edgee/simple-cmp
from the list of available components. - Activate the component on the top right.
- Confirm with “Add component” to complete the setup.
How it Works
The Simple CMP component renders directly at the edge, injecting the banner into your HTML without requiring any client-side JavaScript. This provides instant display without flicker while automatically managing consent through Edgee’s system. The responsive design adapts smoothly across devices, and intelligent crawler detection prevents the banner from showing to search engines. Simple CMP works seamlessly with the rest of the Edgee ecosystem. Analytics components respect the user’s consent choice for data collection, marketing components only activate when permitted, and identity components follow consent-based rules for activation.Consent States
The component manages three straightforward consent states:pending
: Initial state before user choice (banner shown)granted
: After user accepts (banner hidden)denied
: After user rejects (banner hidden)