Anonymous tracking
Dreamdata supports anonymous tracking, which ensures that data collection respects user privacy by only gathering non-personally identifiable information. This mode is particularly useful for complying with privacy regulations like GDPR when the user has not consented to tracking.
Overview
In anonymous tracking mode:
- No identify calls are made. Typically, identify calls would tag data with unique user identifiers, which is not allowed in this mode.
- No data is persisted in the browser, such as cookies or local storage, which might otherwise be used to track users over time.
Setting it up
To enable anonymous tracking, a separate script specifically designed for this purpose needs to be loaded. This script ensures that all tracking is done without storing any persistent identifiers or personal data.
SCRIPT GOES HERE