Free8 minutesbeginner

Data Retention Policies

Understand Zenovay's two-phase data retention lifecycle, plan-specific retention periods, and how to recover hidden data through upgrades.

data-retentionstorageprivacycompliancegdpr
Last updated: January 10, 2026

Understand how Zenovay retains and manages your analytics data with our user-friendly two-phase deletion process.

Retention by Plan

Retention Periods

PlanData RetentionDescription
Free1 year365 days of analytics data
Pro2 years730 days of analytics data
Scale4 years1,460 days of analytics data
EnterpriseCustomAs agreed in your contract

What Data is Affected

All analytics data is subject to retention limits:

Data TypeFreeProScaleEnterprise
Visitors1 year2 years4 yearsCustom
Sessions1 year2 years4 yearsCustom
Page views1 year2 years4 yearsCustom
Events1 year2 years4 yearsCustom
Daily aggregates1 year2 years4 yearsCustom
GSC data1 year2 years4 yearsCustom

Your current analytics continue working normally. Retention only affects historical data older than your plan's limit.

Two-Phase Deletion Lifecycle

Zenovay uses a user-friendly two-phase approach to data deletion that gives you time to upgrade and recover your data.

Phase 1: Soft Hide

When data exceeds your plan's retention period:

What Happens:
- Data is hidden from your analytics dashboard
- Data remains in our systems (not deleted yet)
- Your current analytics work normally
- You receive an email notification

Your analytics continue to function perfectly - only historical data beyond your retention period is affected.

Phase 2: Grace Period (30 Days)

After data is hidden, you have a 30-day grace period:

Grace Period Timeline:
├── Day 0: Data hidden, initial email sent
├── Day 23: 7-day warning email
├── Day 27: 3-day warning email
└── Day 30: Grace period expires

During this period, you can:

  • Upgrade your plan to recover the hidden data
  • Export your data before permanent deletion
  • Do nothing and data will be deleted after 30 days

Upgrade to Recover

Upgrading to a higher plan during the grace period automatically recovers all data that falls within your new retention period.

Phase 3: Permanent Deletion

After the 30-day grace period:

What Happens:
- Hidden data is permanently deleted
- Deletion is irreversible
- No recovery possible after this point

Visual Timeline

                Your Data Timeline
  ──────────────────────────────────────────────────►

  [Newer Data]                              [Older Data]

  ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓|░░░░░░░░░░░|

  ◄─── Visible ───────►◄─ Hidden ─►◄── Deleted ──
       (Active)         (Grace)     (After 30 days)

  ▓ = Normal analytics data (visible in dashboard)
  ░ = Hidden data (recoverable with upgrade)

Plan Changes and Data Retention

Upgrading Your Plan

When you upgrade to a plan with longer retention:

Example: Free → Pro Upgrade

Before (Free):
  Retention: 1 year
  Data hidden: Months 13-24 hidden

After (Pro):
  Retention: 2 years
  Data recovered: Months 13-24 now visible again!

Hidden data is automatically recovered when you upgrade. You'll receive an email confirming your data has been restored.

Downgrading Your Plan

When you downgrade to a plan with shorter retention:

Example: Pro → Free Downgrade

Before (Pro):
  Retention: 2 years
  All data from months 1-24 visible

After (Free):
  Retention: 1 year
  Data from months 13-24 now hidden
  30-day grace period starts

Downgrading triggers the soft-hide process for data that exceeds the new plan's retention. You'll receive email notifications before any permanent deletion.

Email Notifications

You'll always be notified before any data is permanently deleted:

Notification Schedule

EmailWhen SentPurpose
InitialDay 0Data has been hidden
ReminderDay 237 days until deletion
UrgentDay 273 days until deletion

What Emails Include

Every notification clearly states:

  • Your analytics continue working normally
  • Only historical data is affected
  • How much data is scheduled for deletion
  • The date range of affected data
  • Your upgrade options to recover data
  • Direct links to upgrade or export

Checking Your Retention Status

Via Dashboard

  1. Go to SettingsData & Privacy
  2. View Retention Status section
  3. See any hidden data counts and dates

Via API

Check your website's analytics data to understand retention status:

curl -X GET "https://api.zenovay.com/api/external/v1/analytics/{websiteId}" \
  -H "X-API-Key: zv_YOUR_API_KEY"

For detailed retention status information including hidden data counts, grace period timelines, and recovery previews, use the dashboard at SettingsData & PrivacyRetention Status.

Export Before Deletion

Why Export?

Even if you don't plan to upgrade, you can export your data for archival:

  • Keep local backups
  • Transfer to data warehouse
  • Compliance requirements
  • Historical analysis

Quick Export

Before the grace period ends:

  1. Go to SettingsData Export
  2. Select date range (include hidden data period)
  3. Choose format (CSV/JSON)
  4. Download or send to S3/GCS

API Export

Use the External API to retrieve analytics data for export:

# Export analytics data for a website
curl -X GET "https://api.zenovay.com/api/external/v1/analytics/{websiteId}?from=2024-01-01&to=2024-12-31" \
  -H "X-API-Key: zv_YOUR_API_KEY"

For exporting hidden data (within the grace period), use the dashboard's Data Export feature which includes the option to export hidden data before permanent deletion.

Compliance Considerations

GDPR Alignment

Our two-phase approach supports GDPR compliance:

  • Transparency: Email notifications before deletion
  • Data minimization: Automatic cleanup of old data
  • User control: Export and upgrade options

Privacy Policy Language

Include in your privacy policy:

We use Zenovay for website analytics. Analytics data is retained for
[1 year/2 years/4 years] depending on our subscription plan. After this
period, data is permanently deleted following a 30-day grace period.
During the grace period, data is hidden but can be recovered through
a plan upgrade.

Documentation

Maintain records of:

  • Your chosen retention period
  • Why this period is appropriate
  • When data was deleted
  • Any exports performed

Plan Comparison for Retention

Choosing Based on Retention Needs

Your NeedRecommended Plan
Recent trends onlyFree (1 year)
Year-over-year comparisonPro (2 years)
Multi-year trend analysisScale (4 years)
Regulatory compliance (5+ years)Enterprise

Scale Plan Note

Scale plan users who need longer than 4 years retention:

  • Your only upgrade option is Enterprise
  • Contact sales@zenovay.com for custom retention
  • Enterprise offers unlimited retention options

Frequently Asked Questions

Will my current analytics stop working?

No! Your current analytics work exactly as before. Only historical data older than your retention period is affected.

Can I recover deleted data?

Once the 30-day grace period expires and data is permanently deleted, it cannot be recovered. Export your data during the grace period if needed.

Do I need to do anything?

If you're happy with your plan's retention period, no action needed. You'll receive emails before any deletion occurs.

What if I upgrade after data is deleted?

Upgrading after permanent deletion cannot recover that data. The extended retention applies to current and future data.

Is aggregated data affected?

Daily aggregated statistics may be retained longer than raw event data, depending on your plan. Check your specific plan details.

Best Practices

Regular Exports

Set up scheduled exports as backup:

  1. Go to SettingsData Export
  2. Enable Scheduled Exports
  3. Choose weekly/monthly frequency
  4. Select destination (Email/S3/GCS)

Monitor Usage

  1. Check retention status monthly
  2. Review email notifications promptly
  3. Plan upgrades before grace period ends

Document Decisions

Keep records of:

  • Why you chose your retention period
  • Business justification
  • Compliance requirements

Next Steps

Was this article helpful?