id | string | Unique ID for this data response. |
columnHeaders | array | Column headers that list dimension names followed by the metric names. The order of dimensions and metrics is same as specified in the request. |
previousLink | string | Link to previous page for this Analytics data query. |
sampleSize | string | The number of samples used to calculate the result. |
containsSampledData | boolean | Determines if the Analytics data contains sampled data. |
itemsPerPage | integer | The maximum number of rows the response can contain, regardless of the actual number of rows returned. Its value ranges from 1 to 10,000 with a value of 1000 by default, or otherwise specified by the max-results query parameter. |
kind | string | Resource type. |
totalResults | integer | The total number of rows for the query, regardless of the number of rows in the response. |
profileInfo | object | Information for the view (profile), for which the Analytics data was requested. |
totalsForAllResults | object | Total values for the requested metrics over all the results, not just the results returned in this response. The order of the metric totals is same as the metric order specified in the request. |
selfLink | string | Link to this page. |
rows | array | Analytics data rows, where each row contains a list of dimension values followed by the metric values. The order of dimensions and metrics is same as specified in the request. |
query | object | Analytics data request query parameters. |
sampleSpace | string | Total size of the sample space from which the samples were selected. |
nextLink | string | Link to next page for this Analytics data query. |