Data Ownership
You retain all rights, title, and interest in your raw event data.
POST /api/v1/export
{ "ownership": "client" }
This document governs your use of datavo.pro. It is written with clarity and precision, reflecting our commitment to transparency. By accessing our analytics platform, you agree to these terms.
We built datavo.pro because we were tired of opaque analytics platforms. Our terms reflect that core belief: you own your data, you control your stack, and you should never be surprised by a fee or a limitation.
This document is not just legal boilerplate. It's a reflection of how we operate. If you find a clause that feels unjust, tell us. We’re engineers and analysts first, lawyers second.
You retain all rights, title, and interest in your raw event data.
We provide analytics infrastructure, not game design or marketing strategy.
Our service is a tool. We are not liable for your business outcomes.
Direct Damage
Capped at 12 months of service fees.
Indirect Consequential
Excluded. Read: we don’t cover lost revenue.
We enforce a strict but reasonable acceptable use policy to ensure platform stability and data integrity for all clients. These rules are based on real incidents and hard constraints.
Data Volume
Manage rate limits
Privacy & GDPR
Protect user data
Security
Secure access
Scenario: An indie developer in Hamburg, "PixelForge," wanted to track user sentiment by logging chat messages sent through their in-game mail system. They assumed our platform would handle the storage and analysis of this text.
Conflict: Upon review, this violated Section 4 (Privacy). Chat logs contain potential PII and private conversations. Our automated flagging system suspended their data pipeline for 24 hours.
Resolution: PixelForge worked with our support to refactor their implementation. They now only log metadata (e.g., "message sent," "recipients") and hash identifiers. The raw text remains on their own servers, ensuring GDPR compliance.
Lesson: Our terms are built on real edge cases. What seems like a minor tracking event can cross a legal line. When in doubt, anonymize.
Key Criterion
Ask: "Could a user be identified directly from this data stream?" If yes, you need explicit consent.
// Don't track
{ user_id: "123", chat:
"secret_plan.txt" }
// Do track
{ user_hash:
"a1b2", event: "msg_sent" }
These terms are subject to change. We will notify users of significant updates via email and a dashboard banner 30 days prior to effect. Any continued use of the service after the effective date constitutes acceptance of the new terms.
Governing Law: These terms are governed by the laws of the Federal Republic of Germany. Disputes shall be resolved in the courts of Berlin, Germany.