Try the MCP server for Google Analytics. Install from
GitHub, and see the
announcement for more details.
RunReportResponse
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"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
} |
字段 |
rows[] |
object (Row )
报告中包含维度值组合和指标值的行。
|
totals[] |
object (Row )
如果请求,则指标的总计值。
|
maximums[] |
object (Row )
如果请求,则指标的最大值。
|
minimums[] |
object (Row )
指标的最小值(如果有)。
|
rowCount |
integer
查询结果中的总行数。rowCount 与响应中返回的行数、limit 请求参数和 offset 请求参数无关。例如,如果某个查询返回 175 行,并在 API 请求中包含 limit (50),则响应将包含 rowCount (175),但只有 50 行。 如需详细了解此分页参数,请参阅分页。
|
metadata |
object (ResponseMetaData )
报告的元数据。
|
propertyQuota |
object (PropertyQuota )
此 Google Analytics 媒体资源的配额状态,包括此请求。
|
kind |
string
用于标识此消息的资源类型。此 kind 始终为固定字符串“analyticsData#runReport”。有助于区分 JSON 中的响应类型。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[],["The report response contains a JSON representation with various fields. It includes `dimensionHeaders` and `metricHeaders` which describe the columns and their order in the report's rows. The `rows` field contains the actual data. Additionally, `totals`, `maximums`, and `minimums` can present aggregated metric values. `rowCount` provides the total rows, independent of pagination. `metadata` offers report details, `propertyQuota` shows quota state, and `kind` specifies the resource type as \"analyticsData#runReport\".\n"],null,[]]