AnalyticsReport
Name | Type | Description |
---|---|---|
startDate | DateTime | The beginning of the time range the report covers |
endDate | DateTime | The end of the time range the report covers |
headers | array | The fields within the report |
totalCount | number | The total number of rows within the report |
title | string | The name of the report. |
data | array | An array of rows of data, the position within the row corresponds to the position of the field in the headers |