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):2024-11-22。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-11-22。"],[[["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."]]],[]]