Consent Management
2 minute read
Consent management is the process of capturing users’ consent preferences, syncing preferences across every tool in the stack, and blocking user data from being sent to destinations where the user has not provided consent.
RudderStack makes it simple for data teams and developers to capture consent data centrally and maintain compliance with GDPR, CCPA, and other privacy regulations.
See the support matrix to plan your implementation
- The implementation of RudderStack’s consent management functionality varies across RudderStack SDKs. See the Consent Management Support Matrix for details.
- RudderStack recommends starting with the JavaScript SDK, which has the most comprehensive feature support.
How it works
RudderStack gives you the ability to configure consent logic for each destination in your stack.
Example
You want to send data to a marketing tool only if a user has opted in to Analytics and Marketing tracking. In this case, you would configure your destination’s consent settings to allowlist the consent category IDs for both these domains. If event payloads do not include these consent IDs, RudderStack will drop them, ensuring you don’t send non-compliant user data.
To apply consent logic, consent category IDs need to be present incontext.consentManagementin the event payloads. Several RudderStack’s SDKs and integrations can automatically populate theconsentManagementobject. However, in some cases, you can also manually add consent data as part of your instrumentation.
See Consent filtering requirements for more details on the consent filtering settings at destination and event payload levels.
Key features
- Configure pre-consent user tracking (JavaScript SDK only): Decide how to track users and manage cookies before they provide consent.
- Add user consent to event payloads: Use intuitive features in our SDKs to add consent IDs to event payloads for each unique user.
- Block or allow data delivery to destinations: Apply logic to each destination using consent IDs to ensure only compliant user data is delivered to every system.
Integrations
RudderStack supports full integration with multiple popular consent management vendors as well as custom consent management systems.
Native integrations
Support for custom systems
Use our Custom Consent Management feature to easily integrate your custom-built consent solution across your entire stack.