为什么从 Google Analytics Reporting API 返回的数据行包含指标的零值?

Why do returned data rows from Google Analytics Reporting API include zero values for metrics?

我使用 Google Analytics (GA) 报告 API 从我的 GA 视图中检索自定义数据。我的查询通常包括关于不同 URL 及其各自页面浏览量的标准和自定义维度的混合,例如类似于 ga:pagePath、ga:pageTitle、ga:dimensionX,其中 dimensionX 设置在命中级别并随每次页面浏览一起发送(例如发布日期或某些 CMS 标识符)。

返回的数据通常包含表示某种维度组合且页面浏览量为 0 的行。怎么可能?为什么 GA 会报告一个命中率为 0 的数据点?

PS: 我不用360,所以抽样。

您似乎在请求中设置了 includeEmptyRows: true

includeEmptyRows boolean

If set to false, the response does not include rows if all the retrieved metrics are equal to zero. The default is false which will exclude these rows.

来自:https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#ReportRequest