Analytics
AnalyticsReports
Table
ModelsExpand Collapse
Report = object { data, data_lag, max, 4 more }
data: array of object { dimensions, metrics } Array with one row per combination of dimension values.
Array with one row per combination of dimension values.
Number of seconds between current time and last processed event, in another words how many seconds of data could be missing.
Maximum results for each metric (object mapping metric names to values). Currently always an empty object.
Minimum results for each metric (object mapping metric names to values). Currently always an empty object.
AnalyticsReportsBytimes
By Time
ModelsExpand Collapse
ByTime = object { data, data_lag, max, 5 more }
data: array of object { dimensions, metrics } Array with one row per combination of dimension values.
Array with one row per combination of dimension values.
Number of seconds between current time and last processed event, in another words how many seconds of data could be missing.
Maximum results for each metric (object mapping metric names to values). Currently always an empty object.
Minimum results for each metric (object mapping metric names to values). Currently always an empty object.