Metric
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
报告的量化衡量标准。例如,eventCount
指标表示事件总数。最多允许请求 10 个指标。
JSON 表示法 |
{
"name": string,
"expression": string,
"invisible": boolean
} |
字段 |
name |
string
指标的名称。有关核心报告方法(例如 runReport 和 batchRunReports )支持的指标名称的列表,请参阅 API 指标。如需查看 runRealtimeReport 方法支持的指标名称列表,请参阅实时指标。如需查看 runFunnelReport 方法支持的指标名称列表,请参阅漏斗指标。 如果指定了 expression ,则 name 可以是允许的字符集内的您想要的任何字符串。例如,如果 expression 为 screenPageViews/sessions ,则您可以将该指标的名称命名为 viewsPerSession 。您选择的指标名称必须与正则表达式 ^[a-zA-Z0-9_]$ 匹配。 name 在 metricFilter 、orderBys 和指标 expression 中引用了指标。
|
expression |
string
派生指标的数学表达式。例如,“每位用户的事件数”指标为 eventCount/totalUsers 。
|
invisible |
boolean
指明某个指标是否在报告响应中不可见。如果某个指标不可见,则它不会在响应中生成列,但可以在 metricFilter 、orderBys 或指标 expression 中使用。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-10。
[[["易于理解","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-09-10。"],[[["Metrics quantify report data, such as the total events with `eventCount`."],["You can request up to 10 metrics in a report."],["Metrics are defined by `name`, `expression` for calculations, and `invisible` to control visibility."],["`name` can be a standard metric or a custom name when `expression` is used."],["`expression` enables creating calculated metrics like \"Event count per user\" (`eventCount/totalUsers`)."]]],[]]