As businesses continue to collect and utilize customer data to power their marketing efforts, obtaining, managing, and enforcing proper consent is crucial. This is essential for complying with various privacy laws and regulations and for maintaining trust with customers.
This document explores the importance of granularity in a consent strategy and how Lytics can assist in the consent management process. It outlines best practices and provides guidance on where to get started. The following four steps will be covered:
By following these steps, businesses can establish a solid and effective consent management strategy that respects customer privacy and builds trust.
To maintain compliance with data privacy regulations, businesses need a clear and flexible path for collecting consent data. Lytics offers a range of SDKs and data collection APIs to support this effort. When approaching consent data collection, consider the following:
To address these considerations, Lytics offers a suggested schema to get you started. This schema can be customized via Conductor to meet your specific needs.
Effective consent management requires a comprehensive set of properties that can be deployed to ensure compliance and build customer trust. These properties should support the collection, storage, and usage of consent-related data.
| Schema Property | Description |
|---|---|
| Event Name | Use standardized event names for consent collection to provide essential context for conditional mapping logic (e.g., if/else rules). This allows clear differentiation between consent types—such as "consent-type-1" and "consent-type-2"—within a single profile. As events stream in, they can be accurately mapped, helping maintain a granular and well-organized record of consent data. |
| Consented | A clear and concise confirmation (or lack thereof) that reduces the risk of mapping consent inaccurately when consent has been denied or not yet collected. |
| Location | An optional parameter to capture a user’s location context, which may become important—especially if they are consenting to something location specific. |
| Date | An optional parameter to capture the timestamp of the most recent consent. Useful for tracking time-bound consent and prompting re-consent if the validity period has lapsed. |
| Documents | The documents array in the default schema provides additional context about the source of consent. For example, it can indicate whether consent was given via a global site-wide agreement or a specific call to action during a transaction. Including this field helps prevent the loss of critical context during execution. The values and formats are determined by the data manager. |
Additional Resources: To learn more, refer to the Data & Insights Consent & Privacy documentation.