Конфиденциальность и ваши данные
Что собирает v10r.dev, как долго это хранится и как воспользоваться своими правами — включая куки.
Ограничение хранения, сделанное исполнимым.
GDPR Art. 5(1)(e) requires data be kept no longer than necessary — this page shows the live retention windows and cron status that enforce it.
Хранение по таблицам
Live values| Таблица | Окно | Политика | Обоснование |
|---|---|---|---|
analytics.events | 60 days (~2 months) | Hard DELETE on daily cron | Individual page views, journey transitions. Past this window, only the daily aggregate row survives. |
analytics.sessions | 60 days (~2 months) | Hard DELETE on daily cron | Per-visit metadata: started_at, last_seen, consent_tier. Same retention as events to keep the join clean. |
analytics.daily_page_stats | 365 days (~1 years) | Hard DELETE on daily cron | Pre-aggregated rollups (path / day / count). No individual visitor data — kept longer to draw long-term traffic trends. |
analytics.consent_events | 395 days (~1.1 years) | Hard DELETE on daily cron | Proof of consent (or its withdrawal). 13 months satisfies Art. 7(1) demonstrability without overshooting. |
feedback.feedback | — | Manual deletion only | User-authored content. We have no automatic expiry; you can request removal at any time and the operator deletes the row. |
auth.session | — | Better Auth session expiry | Sessions expire on their own per Better Auth config. Logout invalidates immediately. |
Статус cron
LiveLoading…
Думаете, этот паттерн можно сделать лучше? Расскажите как.
Оставить отзыв