afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/LightningUsageByBrowserMetrics.json

112 lines
3.9 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"fields",
"special_access_rules",
"wsdl_segment",
"field_reference"
],
"title": "LightningUsageByBrowserMetrics - Data API",
"description": "Represents Lightning Experience usage grouped by users browser. This object is available in API version 43.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Browser": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Browser used to access Lightning Experience."
},
"MetricsDate": {
"type": "date",
"properties": "Filter, Group, Sort",
"description": "Date user accessed Lightning Experience."
},
"PageName": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "Page user viewed in Lightning Experience."
},
"TotalCount": {
"type": "int",
"properties": "Filter, Group, Nillable, Sort",
"description": "Total number of pages accessed in Lightning Experience."
}
},
"special_access_rules": "Not available in sandbox orgs.",
"wsdl_segment": "```xml\n<complexType name=\"LightningUsageByBrowserMetrics\">\n <complexContent>\n <extension base=\"ens:sObject\">\n <sequence>\n <element name=\"Browser\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"EptBin3To5\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"EptBin5To8\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"EptBin8To10\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"EptBinOver10\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"EptBinUnder3\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"MetricsDate\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:date\"/>\n <element name=\"PageName\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:string\"/>\n <element name=\"RecordCountEPT\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"SumEPT\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n <element name=\"SystemModstamp\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:dateTime\"/>\n <element name=\"TotalCount\" nillable=\"true\" minOccurs=\"0\" type=\"xsd:int\"/>\n </sequence>\n </extension>\n </complexContent>\n</complexType>\n```",
"field_reference": {
"Browser": {
"field_label": "Browser",
"type": "string",
"length": "40"
},
"EptBin3To5": {
"field_label": "EptBin3To5",
"type": "int",
"digits": "9"
},
"EptBin5To8": {
"field_label": "EptBin5To8",
"type": "int",
"digits": "9"
},
"EptBin8To10": {
"field_label": "EptBin8To10",
"type": "int",
"digits": "9"
},
"EptBinOver10": {
"field_label": "EptBinOver10",
"type": "int",
"digits": "9"
},
"EptBinUnder3": {
"field_label": "EptBinUnder3",
"type": "int",
"digits": "9"
},
"Id": {
"field_label": "Lightning Usage By Browser Metrics ID",
"type": "id",
"length": "18"
},
"MetricsDate": {
"field_label": "Metrics Date",
"type": "date"
},
"PageName": {
"field_label": "Page Name",
"type": "string",
"length": "40"
},
"RecordCountEPT": {
"field_label": "Record Count EPT",
"type": "int",
"digits": "9"
},
"SumEPT": {
"field_label": "Sum EPT",
"type": "int",
"digits": "9"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"TotalCount": {
"field_label": "Total Count",
"type": "int",
"digits": "9"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"digits"
]
}