Insights (analytics)
Insights shows you how your hosted images are being viewed, without tracking anyone. It answers: how many views per day, where they come from, which countries, and on what kind of device.
What you can see
Insights reports daily metrics, for your account overall or filtered to a single image:
- Views — daily view count.
- Blocked — requests rejected by hotlink protection.
- Top referrers — the domains sending the most views.
- Countries — geographic breakdown by country.
- Devices — split across mobile / desktop / tablet / bot.
Privacy by design
Insights is built to be privacy-preserving and cookie-free:
- IP addresses are masked (only a coarse prefix is kept, never the full address).
- User agents are reduced to a device class (mobile / desktop / tablet / bot) — the raw UA is discarded.
- Referrers are kept as domain only (no path or query).
- Repeat requests from the same visitor in a short window are de-duplicated.
There are no tracking cookies, which keeps it friendly to EU/GDPR expectations.
Availability
Insights is available on Pro and above. Data retention depends on your plan:
| Plan | Insights | Retention |
|---|---|---|
| Trial | — | — |
| Pro | ✓ | 30 days |
| Pro+ | ✓ | 365 days |
| Teams (Starter) | ✓ | 90 days |
| Teams (Pro) | ✓ | 365 days |
Related
- Hotlink protection — controls what counts as a blocked request.
- For developers —
GET /v1/insights/daily(withdaysand optionalimageId) is in the API playground.