{ "sections": [ "title", "description", "fields", "special_access_rules", "wsdl_segment", "field_reference" ], "title": "LightningExitByPageMetrics - Data API", "description": "Represents frequency metrics about the standard pages within which users switched from Lightning Experience to Salesforce Classic. This object is available in API version 44.0 and later.", "fields_columns": [ "type", "properties", "description", "relationship_name", "relationship_type", "refers_to" ], "fields": { "MetricsDate": { "type": "date", "properties": "Filter, Group, Sort", "description": "The date that the data was recorded." }, "PageName": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The name of the page from which the user switched from Lightning Experience to Salesforce Classic." }, "RecordCount": { "type": "int", "properties": "Filter, Group, Nillable, Sort", "description": "The number of records per user and page." }, "UserId": { "type": "reference", "properties": "Filter, Group, Sort", "description": "UserId of the user who views page. This is a relationship field.", "relationship_name": "User", "relationship_type": "Lookup", "refers_to": "User" } }, "special_access_rules": "Not available in sandbox orgs.", "wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n\n```", "field_reference": { "Id": { "field_label": "Lightning Exit By Page Metrics ID", "type": "id", "length": "18" }, "MetricsDate": { "field_label": "Metrics Date", "type": "date" }, "PageName": { "field_label": "Page Name", "type": "string", "length": "40" }, "RecordCount": { "field_label": "Record Count", "type": "int", "digits": "9" }, "SystemModstamp": { "field_label": "System Modstamp", "type": "datetime" }, "UserId": { "field_label": "User ID", "type": "reference", "length": "18" } }, "field_reference_columns": [ "field_label", "type", "length", "digits" ] }