YourWebTech documentation

Hosting analytics

Read visitor, page-view, bandwidth, referrer, country, device, and browser analytics for a YWT static site.

Hosting analytics

YWT records lightweight analytics for static sites served through the YWT router. The analytics dashboard helps you understand traffic without adding a third-party analytics script to your site.

Open analytics

  1. Go to Account > Website hosting.
  2. Open the site you want to inspect.
  3. Select the Analytics tab.
  4. Choose a period: 7 days, 30 days, or 90 days.

If the site has not received tracked traffic yet, the dashboard shows an empty state. Data appears after real visitor requests are served and the router has flushed its analytics buffer.

The Analytics tab for a demo hosting site showing the 7, 30, and 90 day period controls and the no-data state before traffic is recorded

What the dashboard shows

AreaWhat it means
VisitorsUnique visitors for the selected period, based on daily hashed IP values.
Page viewsSuccessful HTML page requests. Asset requests and failed page probes are not counted as page views.
BandwidthBytes served for tracked site requests, based on response size data.
Daily chartVisitors and page views by day across the selected period.
Top pagesThe most viewed paths, excluding internal asset aggregation.
Top referrersReferring domains, or Direct when no referrer is present.
CountriesCountry lookup based on the request IP address. Unknown locations may appear when lookup data is unavailable.
Devices and browsersBrowser user-agent parsing grouped into device and browser categories.

The summary cards compare the selected period with the previous period of the same length. For example, the 30-day view compares the last 30 days with the 30 days before that.

Privacy and bot filtering

Analytics is intentionally limited:

  • Visitor uniqueness is based on hashed IP values, not stored raw IP addresses.
  • The IP hashing salt rotates daily, so a visitor is not tracked with the same identifier indefinitely.
  • Known bot, crawler, command-line, and headless user agents are filtered before analytics are stored.
  • Query strings are not used as separate page paths.

YWT analytics is operational traffic reporting for your hosted site. If your site has its own privacy obligations, cookie banners, consent flows, or analytics disclosures, you are still responsible for those website-level notices.

What is not included

YWT analytics only covers traffic served by YWT static hosting. It does not include:

  • Traffic to domains or subdomains hosted somewhere else.
  • Requests blocked before they reach the YWT router.
  • Third-party scripts, form submissions, sales funnels, or application events.
  • Real-time guarantees. The router batches analytics writes before they appear in the dashboard.

Troubleshooting

No analytics data appears. Make sure the site has an active deployment and that visitors are reaching the YWT-hosted URL or connected custom domain. Bot traffic and failed probes are filtered.

The numbers differ from another analytics tool. Different tools count visitors differently. YWT counts successful HTML page requests and daily hashed IPs; browser-based tools may count client sessions, consented users, or script loads instead.

A country, browser, or device looks wrong. Country and device data are inferred from IP and user-agent metadata. They are useful for trends, but they should not be treated as exact identity data.

Next steps

On this page