Compliance & Privacy
The platform is designed to be a PII-free analytics layer. It intentionally does not accept or store personally identifiable information.
Our approach to personal data
The platform is designed to be a PII-free analytics layer. It intentionally does not accept or store personally identifiable information.
What the platform stores
| Stored | Not stored |
|---|---|
Anonymous user_id (your identifier, opaque to us) | |
session_id | Name |
| Event names | Phone number |
| Event properties (flat key-value) | IP address |
| Timestamps | Geolocation |
| Device fingerprint |
Your responsibility
⚠️ Do not pass personally identifiable information in event properties. No email, name, phone, address, or any other information that could identify a real person. Use only an anonymous
user_idfrom your own system.
This warning appears at three points:
- During project creation (onboarding)
- In the SDK documentation (including Quickstart and the REST API reference)
- In the UI when the platform detects suspicious property names (e.g., a field named
email,phone, orname)
Roles under GDPR
| Party | Role | Responsibility |
|---|---|---|
| TrichiData | Data Processor | Processes data according to client instructions |
| You (the developer / company) | Data Controller | Legally responsible to your end users; must ensure no PII enters the platform |
Data Processing Agreement (DPA)
A standard DPA is available for signing at trichidata.com/legal/dpa. The DPA is required if you process data of EU residents under GDPR.
Right to erasure
You can delete all events associated with a specific user_id to comply with right-to-erasure requests (GDPR Article 17).
Via UI
- Go to Project → Settings → Data Management
- Enter the
user_id - Click Delete All Events for This User
Via API
DELETE /v1/users/{user_id}/events
Authorization: Bearer prj_ak_xxxxxxxxxxxxResponse:
{
"deleted": true,
"user_id": "usr_7f3a9b2c",
"events_deleted": 142
}Deletion is applied across all storage layers within 24 hours.
Privacy Policy
The platform's full Privacy Policy is available at trichidata.com/privacy.