RunReportResponse
Stay organized with collections
Save and categorize content based on your preferences.
The response report table corresponding to a request.
JSON representation |
{
"dimensionHeaders": [
{
object (DimensionHeader )
}
],
"metricHeaders": [
{
object (MetricHeader )
}
],
"rows": [
{
object (Row )
}
],
"totals": [
{
object (Row )
}
],
"maximums": [
{
object (Row )
}
],
"minimums": [
{
object (Row )
}
],
"rowCount": integer,
"metadata": {
object (ResponseMetaData )
},
"propertyQuota": {
object (PropertyQuota )
},
"kind": string
} |
Fields |
rows[] |
object (Row )
Rows of dimension value combinations and metric values in the report.
|
totals[] |
object (Row )
If requested, the totaled values of metrics.
|
maximums[] |
object (Row )
If requested, the maximum values of metrics.
|
minimums[] |
object (Row )
If requested, the minimum values of metrics.
|
rowCount |
integer
The total number of rows in the query result. rowCount is independent of the number of rows returned in the response, the limit request parameter, and the offset request parameter. For example if a query returns 175 rows and includes limit of 50 in the API request, the response will contain rowCount of 175 but only 50 rows. To learn more about this pagination parameter, see Pagination.
|
metadata |
object (ResponseMetaData )
Metadata for the report.
|
propertyQuota |
object (PropertyQuota )
This Analytics Property's quota state including this request.
|
kind |
string
Identifies what kind of resource this message is. This kind is always the fixed string "analyticsData#runReport". Useful to distinguish between response types in JSON.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["The JSON response for a report request includes dimension and metric headers, rows of data, and optional totals, maximums, and minimums."],["The response also provides metadata, property quota information, and the total row count, which may exceed the number of rows returned due to pagination."],["`dimensionHeaders` and `metricHeaders` describe the columns, while `rows` contain the actual data values for each dimension-metric combination."],["`rowCount` represents the total rows in the query result, independent of pagination limits, and `metadata` offers additional context about the report."]]],[]]