Tên của chỉ số. Hãy xem bài viết Chỉ số API để biết danh sách tên các chỉ số.
Nếu bạn chỉ định expression, thì name có thể là bất kỳ chuỗi nào mà bạn muốn. Ví dụ: nếu expression là screenPageViews/sessions, bạn có thể gọi tên của chỉ số đó = viewsPerSession.
Các chỉ số được name tham chiếu trong metricFilter, orderBys và chỉ số expression.
expression
string
Biểu thức toán học cho các chỉ số phái sinh. Ví dụ: chỉ số Số sự kiện trên mỗi người dùng là eventCount/totalUsers.
invisible
boolean
Cho biết liệu một chỉ số có bị ẩn trong phản hồi báo cáo hay không. Nếu một chỉ số không xuất hiện, thì chỉ số đó sẽ không tạo ra cột trong phản hồi, nhưng có thể được dùng trong metricFilter, orderBys hoặc chỉ số expression.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[],["The document defines report metrics, which are quantitative measurements like `eventCount`. Reports can include up to 10 metrics. Each metric has a `name` (string), which can be custom if an `expression` (a mathematical string) is used for derived metrics. An `invisible` boolean property can hide a metric from the report's columns while still allowing its use in filters, ordering, or other expressions.\n"]]