AnalyticsLogWithTimestamp is an input datatype for logging and analyzing UI actions. It's used by the logAnalyticsBatch() query field.

Table: AnalyticsLogWithTimestamp

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 17, 2024
actionstringyes PreviewThe action to take related to the event.
arguments[string]yes PreviewAny arguments passed for the analytics.
contextstringyes PreviewThe context of the analytics.
eventIdstringyes PreviewThe unique identifier of the event.
featurestring  PreviewOur GraphQL pages are currently under development. This description will be added or changed soon.
features[AnalyticsFeature]yes PreviewOur GraphQL pages are currently under development. This description will be added or changed soon. See AnalyticsFeature.
metricsAnalyticsMetricsyes PreviewThe frames per second to use for the analytics metrics. See AnalyticsMetrics.
routestringyes PreviewOur GraphQL pages are currently under development. This description will be added or changed soon.
systemstringyes PreviewOur GraphQL pages are currently under development. This description will be added or changed soon.
timestamplongyes PreviewThe date and time stamp of the event.
userAgentAnalyticsUserAgentyes PreviewThe browser, device type, and other information for the analytics. See AnalyticsUserAgent.