Fathom Analytics · Example Payload

Fathom Get Current Visitors Example

AnalyticsPrivacyGDPRWebsite AnalyticsCookielessPage ViewsEventsReporting

Fathom Get Current Visitors Example is an example object payload from Fathom Analytics, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totalcontentreferrers

Example Payload

Raw ↑
{
  "total": 47,
  "content": [
    { "pathname": "/", "total": 18 },
    { "pathname": "/blog/privacy-first-analytics", "total": 12 },
    { "pathname": "/pricing", "total": 9 },
    { "pathname": "/docs", "total": 8 }
  ],
  "referrers": [
    { "referrer": "google.com", "total": 22 },
    { "referrer": "twitter.com", "total": 11 },
    { "referrer": "direct", "total": 14 }
  ]
}