- JSON 表示法
- DimensionMetadata
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
- MetricMetadata
<ph type="x-smartling-placeholder">
- </ph>
- JSON 表示法
报告方法中目前接受的维度和指标。
JSON 表示法 | |
---|---|
{ "name": string, "dimensions": [ { object ( |
字段 | |
---|---|
name |
此元数据的资源名称。 |
dimensions[] |
维度说明。 |
metrics[] |
指标说明。 |
DimensionMetadata
解释维度。
JSON 表示法 | |
---|---|
{ "apiName": string, "uiName": string, "description": string, "deprecatedApiNames": [ string ] } |
字段 | |
---|---|
apiName |
此维度的名称。可在 Dimension 的 |
uiName |
此维度在 Google Analytics 界面中的名称。例如 |
description |
说明如何使用和计算此维度。 |
deprecatedApiNames[] |
此维度仍然可用,但已弃用的名称。如果填充了此维度,则在一段时间内, |
MetricMetadata
解释指标。
JSON 表示法 | |
---|---|
{
"apiName": string,
"uiName": string,
"description": string,
"deprecatedApiNames": [
string
],
"type": enum ( |
字段 | |
---|---|
apiName |
指标名称。可在指标的 |
uiName |
此指标在 Google Analytics 界面中的名称。例如 |
description |
有关此指标如何使用和计算的说明。 |
deprecatedApiNames[] |
此指标的名称仍然可用,但已弃用。如果填充了此字段,则此指标将在一段时间内通过 |
type |
此指标的类型。 |
expression |
此派生指标的数学表达式。可用于等效报告的指标的 |