Smartlook · JSON-LD Context

Smartlook Context

JSON-LD context defining the semantic vocabulary for Smartlook from Smartlook.

14 Classes 100 Properties 3 Namespaces
View Context View on GitHub

Namespaces

sl: https://integrations.smartlook.com/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Visitor Session Event Funnel FunnelStep Webhook MappingFile OccurrenceHistogramEntry Identification Browser Platform Country Device id

Properties

Property Type Container
visitorId string
sessionId string
eventId string
funnelId string
webhookId string
name string
uid string
firstSeen dateTime
lastSeen dateTime
startedAt dateTime
endedAt dateTime
createdAt dateTime
updatedAt dateTime
lastResponseAt dateTime
duration integer
numberOfVisits integer
numberOfSessions integer
numberOfEvents integer
totalCount integer
totalOccurrence integer
uniqueVisitors integer
newVisitors integer
averageOccurrencePerVisitor decimal
conversionRate decimal
percentFromPreviousStep decimal
visitorsCount integer
totalVisitorsCount integer
totalSessionsCount integer
eventMatchedCount integer
projectUsage integer
deletedItems integer
categoryId string
categoryName string
referrer reference
landingPage reference
exitPage reference
pageUrl reference set
domain string
protocol string
dashboardURL reference
publicLink reference
visitorIp string
userAgent string
operatingSystem string
orientation string
width integer
height integer
region string
city string
type string
eventName string
sourceType string
selector string
value
url reference
enabled boolean
secret string
source string
lastResponse string
bundleId string
platform string
appVersion string
state string
oid string
organizationId string
organizationName string
projectId string
projectName string
identification reference
browser reference
country
device reference
events set
sessions set
funnels set
visitors set
steps list
notes set
properties set
filters set
pagination
computation
_links
isFinished boolean
finishedProgress decimal
nextAttemptDelay integer
before string
after string
step integer
success boolean
occurrenceHistogram list
occurrenceCount integer
uniqueVisitorsCount integer
date date
time integer
text string
operator string
sort
endpointsUsage
code string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "sl": "https://integrations.smartlook.com/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Visitor": "sl:Visitor",
    "Session": "sl:Session",
    "Event": "sl:Event",
    "Funnel": "sl:Funnel",
    "FunnelStep": "sl:FunnelStep",
    "Webhook": "sl:Webhook",
    "MappingFile": "sl:MappingFile",
    "OccurrenceHistogramEntry": "sl:OccurrenceHistogramEntry",
    "Identification": "sl:Identification",
    "Browser": "sl:Browser",
    "Platform": "sl:Platform",
    "Country": "sl:Country",
    "Device": "sl:Device",

    "id": "@id",
    "visitorId": { "@id": "sl:visitorId", "@type": "xsd:string" },
    "sessionId": { "@id": "sl:sessionId", "@type": "xsd:string" },
    "eventId": { "@id": "sl:eventId", "@type": "xsd:string" },
    "funnelId": { "@id": "sl:funnelId", "@type": "xsd:string" },
    "webhookId": { "@id": "sl:webhookId", "@type": "xsd:string" },

    "name": { "@id": "schema:name", "@type": "xsd:string" },
    "uid": { "@id": "sl:uid", "@type": "xsd:string" },
    "firstSeen": { "@id": "sl:firstSeen", "@type": "xsd:dateTime" },
    "lastSeen": { "@id": "sl:lastSeen", "@type": "xsd:dateTime" },
    "startedAt": { "@id": "sl:startedAt", "@type": "xsd:dateTime" },
    "endedAt": { "@id": "sl:endedAt", "@type": "xsd:dateTime" },
    "createdAt": { "@id": "sl:createdAt", "@type": "xsd:dateTime" },
    "updatedAt": { "@id": "sl:updatedAt", "@type": "xsd:dateTime" },
    "lastResponseAt": { "@id": "sl:lastResponseAt", "@type": "xsd:dateTime" },

    "duration": { "@id": "sl:duration", "@type": "xsd:integer" },
    "numberOfVisits": { "@id": "sl:numberOfVisits", "@type": "xsd:integer" },
    "numberOfSessions": { "@id": "sl:numberOfSessions", "@type": "xsd:integer" },
    "numberOfEvents": { "@id": "sl:numberOfEvents", "@type": "xsd:integer" },
    "totalCount": { "@id": "sl:totalCount", "@type": "xsd:integer" },
    "totalOccurrence": { "@id": "sl:totalOccurrence", "@type": "xsd:integer" },
    "uniqueVisitors": { "@id": "sl:uniqueVisitors", "@type": "xsd:integer" },
    "newVisitors": { "@id": "sl:newVisitors", "@type": "xsd:integer" },
    "averageOccurrencePerVisitor": { "@id": "sl:averageOccurrencePerVisitor", "@type": "xsd:decimal" },
    "conversionRate": { "@id": "sl:conversionRate", "@type": "xsd:decimal" },
    "percentFromPreviousStep": { "@id": "sl:percentFromPreviousStep", "@type": "xsd:decimal" },
    "visitorsCount": { "@id": "sl:visitorsCount", "@type": "xsd:integer" },
    "totalVisitorsCount": { "@id": "sl:totalVisitorsCount", "@type": "xsd:integer" },
    "totalSessionsCount": { "@id": "sl:totalSessionsCount", "@type": "xsd:integer" },
    "eventMatchedCount": { "@id": "sl:eventMatchedCount", "@type": "xsd:integer" },
    "projectUsage": { "@id": "sl:projectUsage", "@type": "xsd:integer" },
    "deletedItems": { "@id": "sl:deletedItems", "@type": "xsd:integer" },

    "categoryId": { "@id": "sl:categoryId", "@type": "xsd:string" },
    "categoryName": { "@id": "sl:categoryName", "@type": "xsd:string" },
    "referrer": { "@id": "sl:referrer", "@type": "@id" },
    "landingPage": { "@id": "sl:landingPage", "@type": "@id" },
    "exitPage": { "@id": "sl:exitPage", "@type": "@id" },
    "pageUrl": { "@id": "sl:pageUrl", "@type": "@id", "@container": "@set" },
    "domain": { "@id": "sl:domain", "@type": "xsd:string" },
    "protocol": { "@id": "sl:protocol", "@type": "xsd:string" },
    "dashboardURL": { "@id": "sl:dashboardURL", "@type": "@id" },
    "publicLink": { "@id": "sl:publicLink", "@type": "@id" },
    "visitorIp": { "@id": "sl:visitorIp", "@type": "xsd:string" },
    "userAgent": { "@id": "sl:userAgent", "@type": "xsd:string" },
    "operatingSystem": { "@id": "sl:operatingSystem", "@type": "xsd:string" },
    "orientation": { "@id": "sl:orientation", "@type": "xsd:string" },
    "width": { "@id": "sl:width", "@type": "xsd:integer" },
    "height": { "@id": "sl:height", "@type": "xsd:integer" },
    "region": { "@id": "sl:region", "@type": "xsd:string" },
    "city": { "@id": "sl:city", "@type": "xsd:string" },

    "type": { "@id": "sl:type", "@type": "xsd:string" },
    "eventName": { "@id": "sl:eventName", "@type": "xsd:string" },
    "sourceType": { "@id": "sl:sourceType", "@type": "xsd:string" },
    "selector": { "@id": "sl:selector", "@type": "xsd:string" },
    "value": { "@id": "sl:value" },

    "url": { "@id": "schema:url", "@type": "@id" },
    "enabled": { "@id": "sl:enabled", "@type": "xsd:boolean" },
    "secret": { "@id": "sl:secret", "@type": "xsd:string" },
    "source": { "@id": "sl:source", "@type": "xsd:string" },
    "lastResponse": { "@id": "sl:lastResponse", "@type": "xsd:string" },

    "bundleId": { "@id": "sl:bundleId", "@type": "xsd:string" },
    "platform": { "@id": "sl:platform", "@type": "xsd:string" },
    "appVersion": { "@id": "sl:appVersion", "@type": "xsd:string" },
    "state": { "@id": "sl:state", "@type": "xsd:string" },
    "oid": { "@id": "sl:oid", "@type": "xsd:string" },

    "organizationId": { "@id": "sl:organizationId", "@type": "xsd:string" },
    "organizationName": { "@id": "sl:organizationName", "@type": "xsd:string" },
    "projectId": { "@id": "sl:projectId", "@type": "xsd:string" },
    "projectName": { "@id": "sl:projectName", "@type": "xsd:string" },

    "identification": { "@id": "sl:identification", "@type": "@id" },
    "browser": { "@id": "sl:browser", "@type": "@id" },
    "country": { "@id": "schema:addressCountry" },
    "device": { "@id": "sl:device", "@type": "@id" },
    "events": { "@id": "sl:events", "@container": "@set" },
    "sessions": { "@id": "sl:sessions", "@container": "@set" },
    "funnels": { "@id": "sl:funnels", "@container": "@set" },
    "visitors": { "@id": "sl:visitors", "@container": "@set" },
    "steps": { "@id": "sl:steps", "@container": "@list" },
    "notes": { "@id": "sl:notes", "@container": "@set" },
    "properties": { "@id": "sl:properties", "@container": "@set" },
    "filters": { "@id": "sl:filters", "@container": "@set" },
    "pagination": { "@id": "sl:pagination" },
    "computation": { "@id": "sl:computation" },
    "_links": { "@id": "sl:links" },

    "isFinished": { "@id": "sl:isFinished", "@type": "xsd:boolean" },
    "finishedProgress": { "@id": "sl:finishedProgress", "@type": "xsd:decimal" },
    "nextAttemptDelay": { "@id": "sl:nextAttemptDelay", "@type": "xsd:integer" },

    "before": { "@id": "sl:before", "@type": "xsd:string" },
    "after": { "@id": "sl:after", "@type": "xsd:string" },
    "step": { "@id": "sl:step", "@type": "xsd:integer" },
    "success": { "@id": "sl:success", "@type": "xsd:boolean" },
    "occurrenceHistogram": { "@id": "sl:occurrenceHistogram", "@container": "@list" },
    "occurrenceCount": { "@id": "sl:occurrenceCount", "@type": "xsd:integer" },
    "uniqueVisitorsCount": { "@id": "sl:uniqueVisitorsCount", "@type": "xsd:integer" },
    "date": { "@id": "sl:date", "@type": "xsd:date" },
    "time": { "@id": "sl:time", "@type": "xsd:integer" },
    "text": { "@id": "sl:text", "@type": "xsd:string" },
    "operator": { "@id": "sl:operator", "@type": "xsd:string" },
    "sort": { "@id": "sl:sort" },
    "endpointsUsage": { "@id": "sl:endpointsUsage" },
    "code": { "@id": "sl:code", "@type": "xsd:string" }
  }
}