Consent data logs, data purging

I am using Consent Pro for cookie banner.

Can I store user consent logs with ConsentPro and can I manually retrieve/delete user data if required?

Hey @amorales

ConsentPro does support consent logging and data management, with a few key considerations:

ConsentPro’s built-in consent storage system helps meet GDPR requirements by storing user consent records. This includes saving preference categories, tracking when choices were made, and assigning unique identifiers.

For setup, you’ll need to create a Cloudflare Worker with their KV database, configure your ConsentPro endpoint, and bind the worker to store records. You can check our documentation for “How to Store Consents” for the complete guide.

For retrieving data, you can access stored consent information through the ConsentPro API using JavaScript functions that let you get the current consent state.

If you need to delete data manually, you’ll need to access your Cloudflare KV database directly and remove specific records using their identifiers.

It’s worth noting that ConsentPro cookies themselves don’t contain personally identifiable information - they only store consent preferences and system functionality data.

@Support-Luis or @Support-Pedro can help with any specific implementation questions or custom code solutions you might need.