Site Analytics
Every site deployed on NetLaunch gets built-in analytics automatically. No setup required.
What's Tracked
- Page views — total and per-page
- Daily views — trend over time
- Device types — mobile, tablet, desktop
- Top pages — most visited pages on your site
How It Works
When you deploy, NetLaunch automatically adds a lightweight tracking script to your HTML files. The script:
- Fires once per page load
- Sends: page path and screen width (for device classification)
- Uses
navigator.sendBeacon(non-blocking) - Adds ~500 bytes to your page
No cookies. No personal data. No third-party services.
Viewing Analytics
Dashboard
- Open a deployment from your dashboard
- Scroll to the Analytics section (shown for live sites)
- View: total views, period views, top device, top pages
Data Available
| Metric | Description |
|---|---|
| Total Views | All-time page view count |
| Period Views | Views in the last 30 days |
| Daily Breakdown | Views per day with device split |
| Top Pages | 10 most viewed pages |
| Device Split | Mobile / Tablet / Desktop percentages |
Device Classification
| Screen Width | Device Type |
|---|---|
| < 768px | Mobile |
| 768px - 1023px | Tablet |
| >= 1024px | Desktop |
Privacy
- No cookies set
- No IP addresses stored
- No personal information collected
- Only page path and screen width are sent
- Data stored in Firebase (Google Cloud, US)