Umami · Example Payload

Umami Website Stats Example

Cookieless TrackingOpen SourcePrivacyWeb AnalyticsWebsite Analytics

Umami Website Stats Example is an example object payload from Umami, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pageviewsvisitorsvisitsbouncestotaltime

Example Payload

Raw ↑
{
  "pageviews": {
    "value": 1500,
    "change": 150
  },
  "visitors": {
    "value": 800,
    "change": 80
  },
  "visits": {
    "value": 1000,
    "change": 100
  },
  "bounces": {
    "value": 400,
    "change": -20
  },
  "totaltime": {
    "value": 72000,
    "change": 7200
  }
}