Adobe Analytics · JSON-LD Context

Adobe Analytics Context

JSON-LD context defining the semantic vocabulary for Adobe Analytics from Adobe Analytics.

0 Classes 23 Properties 2 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Properties

Property Type Container
ReportRequest
ReportFilter
MetricContainer
ReportMetric
ReportSettings
ReportResponse
ReportRow
Segment
SegmentCreate
SegmentList
CalculatedMetric
CalculatedMetricCreate
CalculatedMetricList
Metric
Dimension
ReportSuite
ReportSuiteList
Annotation
AnnotationCreate
DateRange
Tag
Owner
ErrorResponse

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "ReportRequest": {
      "@id": "ns:ReportRequest",
      "@context": {
        "rsid": {
          "@id": "ns:rsid",
          "@type": "xsd:string"
        },
        "locale": {
          "@id": "ns:locale",
          "@type": "xsd:string"
        },
        "globalFilters": "ns:globalFilters",
        "metricContainer": {
          "@id": "ns:metricContainer",
          "@type": "xsd:string"
        },
        "dimension": {
          "@id": "ns:dimension",
          "@type": "xsd:string"
        },
        "settings": {
          "@id": "ns:settings",
          "@type": "xsd:string"
        },
        "statistics": "ns:statistics"
      }
    },
    "ReportFilter": {
      "@id": "ns:ReportFilter",
      "@context": {
        "type": {
          "@id": "ns:type",
          "@type": "xsd:string"
        },
        "dateRange": {
          "@id": "ns:dateRange",
          "@type": "xsd:string"
        },
        "segmentId": {
          "@id": "ns:segmentId",
          "@type": "xsd:string"
        },
        "dimension": {
          "@id": "ns:dimension",
          "@type": "xsd:string"
        },
        "itemId": {
          "@id": "ns:itemId",
          "@type": "xsd:string"
        }
      }
    },
    "MetricContainer": {
      "@id": "ns:MetricContainer",
      "@context": {
        "metrics": "ns:metrics",
        "metricFilters": "ns:metricFilters"
      }
    },
    "ReportMetric": {
      "@id": "ns:ReportMetric",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "columnId": {
          "@id": "ns:columnId",
          "@type": "xsd:string"
        },
        "filters": "ns:filters",
        "sort": {
          "@id": "ns:sort",
          "@type": "xsd:string"
        }
      }
    },
    "ReportSettings": {
      "@id": "ns:ReportSettings",
      "@context": {
        "limit": {
          "@id": "ns:limit",
          "@type": "xsd:integer"
        },
        "page": {
          "@id": "ns:page",
          "@type": "xsd:integer"
        },
        "nonesBehavior": {
          "@id": "ns:nonesBehavior",
          "@type": "xsd:string"
        }
      }
    },
    "ReportResponse": {
      "@id": "ns:ReportResponse",
      "@context": {
        "totalPages": {
          "@id": "ns:totalPages",
          "@type": "xsd:integer"
        },
        "numberOfElements": {
          "@id": "ns:numberOfElements",
          "@type": "xsd:integer"
        },
        "rows": "ns:rows",
        "columns": "ns:columns",
        "summaryData": "ns:summaryData"
      }
    },
    "ReportRow": {
      "@id": "ns:ReportRow",
      "@context": {
        "itemId": {
          "@id": "ns:itemId",
          "@type": "xsd:string"
        },
        "value": {
          "@id": "ns:value",
          "@type": "xsd:string"
        },
        "data": "ns:data"
      }
    },
    "Segment": {
      "@id": "ns:Segment",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "description": {
          "@id": "ns:description",
          "@type": "xsd:string"
        },
        "rsid": {
          "@id": "ns:rsid",
          "@type": "xsd:string"
        },
        "owner": {
          "@id": "ns:owner",
          "@type": "xsd:string"
        },
        "definition": "ns:definition",
        "modified": {
          "@id": "ns:modified",
          "@type": "xsd:string"
        },
        "tags": "ns:tags"
      }
    },
    "SegmentCreate": {
      "@id": "ns:SegmentCreate",
      "@context": {
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "description": {
          "@id": "ns:description",
          "@type": "xsd:string"
        },
        "rsid": {
          "@id": "ns:rsid",
          "@type": "xsd:string"
        },
        "definition": "ns:definition"
      }
    },
    "SegmentList": {
      "@id": "ns:SegmentList",
      "@context": {
        "content": "ns:content",
        "totalElements": {
          "@id": "ns:totalElements",
          "@type": "xsd:integer"
        },
        "totalPages": {
          "@id": "ns:totalPages",
          "@type": "xsd:integer"
        },
        "numberOfElements": {
          "@id": "ns:numberOfElements",
          "@type": "xsd:integer"
        }
      }
    },
    "CalculatedMetric": {
      "@id": "ns:CalculatedMetric",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "description": {
          "@id": "ns:description",
          "@type": "xsd:string"
        },
        "rsid": {
          "@id": "ns:rsid",
          "@type": "xsd:string"
        },
        "owner": {
          "@id": "ns:owner",
          "@type": "xsd:string"
        },
        "definition": "ns:definition",
        "modified": {
          "@id": "ns:modified",
          "@type": "xsd:string"
        },
        "type": {
          "@id": "ns:type",
          "@type": "xsd:string"
        }
      }
    },
    "CalculatedMetricCreate": {
      "@id": "ns:CalculatedMetricCreate",
      "@context": {
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "description": {
          "@id": "ns:description",
          "@type": "xsd:string"
        },
        "rsid": {
          "@id": "ns:rsid",
          "@type": "xsd:string"
        },
        "definition": "ns:definition",
        "type": {
          "@id": "ns:type",
          "@type": "xsd:string"
        }
      }
    },
    "CalculatedMetricList": {
      "@id": "ns:CalculatedMetricList",
      "@context": {
        "content": "ns:content",
        "totalElements": {
          "@id": "ns:totalElements",
          "@type": "xsd:integer"
        },
        "totalPages": {
          "@id": "ns:totalPages",
          "@type": "xsd:integer"
        }
      }
    },
    "Metric": {
      "@id": "ns:Metric",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "title": {
          "@id": "ns:title",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "type": {
          "@id": "ns:type",
          "@type": "xsd:string"
        },
        "extraTitleInfo": {
          "@id": "ns:extraTitleInfo",
          "@type": "xsd:string"
        },
        "category": {
          "@id": "ns:category",
          "@type": "xsd:string"
        },
        "description": {
          "@id": "ns:description",
          "@type": "xsd:string"
        }
      }
    },
    "Dimension": {
      "@id": "ns:Dimension",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "title": {
          "@id": "ns:title",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "type": {
          "@id": "ns:type",
          "@type": "xsd:string"
        },
        "category": {
          "@id": "ns:category",
          "@type": "xsd:string"
        },
        "description": {
          "@id": "ns:description",
          "@type": "xsd:string"
        }
      }
    },
    "ReportSuite": {
      "@id": "ns:ReportSuite",
      "@context": {
        "rsid": {
          "@id": "ns:rsid",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "timezoneZoneinfo": {
          "@id": "ns:timezoneZoneinfo",
          "@type": "xsd:string"
        },
        "type": {
          "@id": "ns:type",
          "@type": "xsd:string"
        }
      }
    },
    "ReportSuiteList": {
      "@id": "ns:ReportSuiteList",
      "@context": {
        "content": "ns:content",
        "totalElements": {
          "@id": "ns:totalElements",
          "@type": "xsd:integer"
        },
        "totalPages": {
          "@id": "ns:totalPages",
          "@type": "xsd:integer"
        }
      }
    },
    "Annotation": {
      "@id": "ns:Annotation",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "description": {
          "@id": "ns:description",
          "@type": "xsd:string"
        },
        "dateRange": {
          "@id": "ns:dateRange",
          "@type": "xsd:string"
        },
        "rsids": "ns:rsids",
        "color": {
          "@id": "ns:color",
          "@type": "xsd:string"
        }
      }
    },
    "AnnotationCreate": {
      "@id": "ns:AnnotationCreate",
      "@context": {
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "description": {
          "@id": "ns:description",
          "@type": "xsd:string"
        },
        "dateRange": {
          "@id": "ns:dateRange",
          "@type": "xsd:string"
        },
        "rsids": "ns:rsids",
        "color": {
          "@id": "ns:color",
          "@type": "xsd:string"
        }
      }
    },
    "DateRange": {
      "@id": "ns:DateRange",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "description": {
          "@id": "ns:description",
          "@type": "xsd:string"
        },
        "definition": {
          "@id": "ns:definition",
          "@type": "xsd:string"
        }
      }
    },
    "Tag": {
      "@id": "ns:Tag",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:integer"
        },
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "description": {
          "@id": "ns:description",
          "@type": "xsd:string"
        },
        "components": "ns:components"
      }
    },
    "Owner": {
      "@id": "ns:Owner",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:integer"
        },
        "name": {
          "@id": "ns:name",
          "@type": "xsd:string"
        },
        "login": {
          "@id": "ns:login",
          "@type": "xsd:string"
        }
      }
    },
    "ErrorResponse": {
      "@id": "ns:ErrorResponse",
      "@context": {
        "errorCode": {
          "@id": "ns:errorCode",
          "@type": "xsd:string"
        },
        "errorDescription": {
          "@id": "ns:errorDescription",
          "@type": "xsd:string"
        },
        "errorId": {
          "@id": "ns:errorId",
          "@type": "xsd:string"
        }
      }
    }
  }
}