Fathom Analytics · JSON-LD Context
Fathom Context
JSON-LD context defining the semantic vocabulary for Fathom from Fathom Analytics.
6 Classes
24 Properties
3 Namespaces
Namespaces
fathom:
https://usefathom.com/api#
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Site
Event
Milestone
Account
id
object
Properties
| Property | Type | Container |
|---|---|---|
| name | string | |
| string | ||
| sharing | string | |
| share_password | string | |
| site_id | string | |
| milestone_date | date | |
| created_at | dateTime | |
| updated_at | dateTime | |
| total | integer | |
| has_more | boolean | |
| data | list | |
| content | list | |
| referrers | list | |
| pageviews | integer | |
| visits | integer | |
| uniques | integer | |
| avg_duration | decimal | |
| bounce_rate | decimal | |
| conversions | integer | |
| unique_conversions | integer | |
| value | decimal | |
| pathname | string | |
| referrer | string | |
| error | string |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"fathom": "https://usefathom.com/api#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Site": "fathom:Site",
"Event": "fathom:Event",
"Milestone": "fathom:Milestone",
"Account": "fathom:Account",
"id": "@id",
"object": "fathom:objectType",
"name": {
"@id": "schema:name",
"@type": "xsd:string"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"sharing": {
"@id": "fathom:sharing",
"@type": "xsd:string"
},
"share_password": {
"@id": "fathom:sharePassword",
"@type": "xsd:string"
},
"site_id": {
"@id": "fathom:siteId",
"@type": "xsd:string"
},
"milestone_date": {
"@id": "fathom:milestoneDate",
"@type": "xsd:date"
},
"created_at": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updated_at": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"total": {
"@id": "fathom:total",
"@type": "xsd:integer"
},
"has_more": {
"@id": "fathom:hasMore",
"@type": "xsd:boolean"
},
"data": {
"@id": "fathom:data",
"@container": "@list"
},
"content": {
"@id": "fathom:content",
"@container": "@list"
},
"referrers": {
"@id": "fathom:referrers",
"@container": "@list"
},
"pageviews": {
"@id": "fathom:pageviews",
"@type": "xsd:integer"
},
"visits": {
"@id": "fathom:visits",
"@type": "xsd:integer"
},
"uniques": {
"@id": "fathom:uniques",
"@type": "xsd:integer"
},
"avg_duration": {
"@id": "fathom:avgDuration",
"@type": "xsd:decimal"
},
"bounce_rate": {
"@id": "fathom:bounceRate",
"@type": "xsd:decimal"
},
"conversions": {
"@id": "fathom:conversions",
"@type": "xsd:integer"
},
"unique_conversions": {
"@id": "fathom:uniqueConversions",
"@type": "xsd:integer"
},
"value": {
"@id": "fathom:value",
"@type": "xsd:decimal"
},
"pathname": {
"@id": "fathom:pathname",
"@type": "xsd:string"
},
"referrer": {
"@id": "fathom:referrer",
"@type": "xsd:string"
},
"error": {
"@id": "fathom:error",
"@type": "xsd:string"
}
}
}