The total number of rows in the query result, regardless of the number of rows returned in the response. For example if a query returns 175 rows and includes limit = 50 in the API request, the response will contain rowCount = 175 but only 50 rows.
To learn more about this pagination parameter, see Pagination.
[[["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 represents a report table generated from a data request, containing dimension and metric values."],["Report data is structured with `dimensionHeaders`, `metricHeaders`, and `rows` to organize information."],["Additional fields such as `totals`, `maximums`, `minimums`, `rowCount`, `metadata`, and `propertyQuota` provide further context and insights."],["Each row represents a combination of dimension values and corresponding metric values for those dimensions."],["Links are provided for further exploration of specific objects like `DimensionHeader`, `MetricHeader`, `Row`, `ResponseMetaData`, and `PropertyQuota`."]]],["The response report contains `dimensionHeaders` and `metricHeaders` describing the columns, and `rows` representing combinations of dimension and metric values. It includes `totals`, `maximums`, and `minimums` rows if requested. `rowCount` indicates the total rows in the query result, and `metadata` provides report details. The report's `propertyQuota` shows the property's quota state. All objects reference other data structures, and all information is present within the JSON representation.\n"]]