Is DataLaunch GDPR compliant?
Yes! DataLaunch is designed with privacy in mind:
- Zero cookies (uses localStorage only)
- No personal data collection
- No fingerprinting
- Country-level geo only (no exact location)
- Anonymous session IDs
- No cross-site tracking
However, you should still have a privacy policy that explains what data you collect.
How accurate is the analytics?
DataLaunch provides accurate analytics for:
- Pageviews (tracked on every page load/navigation)
- Unique visitors (based on session IDs)
- Session duration (updated every 15 seconds)
- Bounce rate (calculated from single-page sessions < 10 seconds)
Note: Some visitors may block JavaScript or use privacy tools that prevent tracking. This is normal for all analytics platforms.
Can I export my data?
Currently, data export is available through the dashboard interface. We're working on CSV/JSON export functionality. Your data is stored in your Supabase database, so you have full access to it.
How long is data stored?
Data is stored indefinitely in your Supabase database. You can manually delete old data or set up retention policies. We recommend keeping at least 1 year of data for trend analysis.
Does it work with ad blockers?
Like all analytics tools, DataLaunch may be blocked by some ad blockers. However, since we use a custom domain and don't use common analytics domains, we're less likely to be blocked than Google Analytics.
Can I self-host DataLaunch?
Yes! DataLaunch is designed to be self-hosted. You can:
1. Deploy to Vercel, Railway, or any Node.js hosting
2. Use your own Supabase instance
3. Customize the code as needed
4. Keep all data on your infrastructure
How do I track multiple domains?
Each domain needs its own site entry in DataLaunch. Create a new site for each domain and add the corresponding tracking code. All sites will appear in your dashboard, and you can switch between them using the site selector.
What browsers are supported?
DataLaunch works in all modern browsers:
- Chrome/Edge (latest)
- Firefox (latest)
- Safari (latest)
- Opera (latest)
The tracking script uses standard web APIs and has fallbacks for older browsers.