Fathom Analytics · Example Payload

Fathom List Sites Example

AnalyticsPrivacyGDPRWebsite AnalyticsCookielessPage ViewsEventsReporting

Fathom List Sites 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

objectdatahas_more

Example Payload

Raw ↑
{
  "object": "list",
  "data": [
    {
      "id": "CDLV9RMBR",
      "object": "site",
      "name": "My Example Site",
      "sharing": "none",
      "created_at": "2023-01-15T09:00:00.000000Z"
    },
    {
      "id": "XDFZ3PQNA",
      "object": "site",
      "name": "Blog",
      "sharing": "public",
      "created_at": "2023-03-20T14:30:00.000000Z"
    }
  ],
  "has_more": false
}