- ✅ Managing cookies and providers in bulk
- ✅ Summary statistics on user consent positivity including their detailed histories
- ✅ Direct integration with 68publishers/cookie-consent
- ✅ Configurable storages standardized by Google
- ✅ Automatic cookie detection using Crawler including proposals for changes
- ✅ Support for multiple environments (web, mobile app, etc.)
- ✅ Wide possibilities of integration with your projects
- ✅ Automated reporting
- ✅ Support of authentication with Azure AD
- And many more!
The CMP is a standalone application for storing user's cookie consents and managing the cookies themselves on any website or application.
- Docker
- Make
$ git clone https://github.com/68publishers/consent-management-platform cmp
$ cd cmp
$ cp .env.dist .env
$ make init
Visit http://localhost:8888 and sign in via [email protected]
/ admin
credentials.
See Makefile for other useful commands and the Development Guide for information about ENV variables etc.
For documentation of the application from a user perspective, please go to the Product Documentation.
For more technical information, please go to the Development Guide.