Hãy thử máy chủ MCP cho Google Analytics. Cài đặt từ
GitHub và xem
thông báo để biết thêm thông tin chi tiết.
AccessDimension
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Thứ nguyên là thuộc tính dữ liệu của bạn. Ví dụ: phương diện userEmail
cho biết email của người dùng đã truy cập vào dữ liệu báo cáo. Giá trị phương diện trong phản hồi của báo cáo là các chuỗi.
Biểu diễn dưới dạng JSON |
{
"dimensionName": string
} |
Trường |
dimensionName |
string
Tên API của phương diện. Xem Giản đồ truy cập dữ liệu để biết danh sách các phương diện được hỗ trợ trong API này. Các phương diện được tham chiếu theo tên trong dimensionFilter và orderBys .
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eDimensions are attributes of your data, like \u003ccode\u003euserEmail\u003c/code\u003e indicating the user's email.\u003c/p\u003e\n"],["\u003cp\u003eDimension values in report responses are strings and represented in JSON format with the structure \u003ccode\u003e{"dimensionName": string}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003edimensionName\u003c/code\u003e is a string field representing the API name of the dimension, which can be found in the Data Access Schema.\u003c/p\u003e\n"],["\u003cp\u003eDimensions are used in \u003ccode\u003edimensionFilter\u003c/code\u003e and \u003ccode\u003eorderBys\u003c/code\u003e by referencing their names.\u003c/p\u003e\n"]]],["The core content defines dimensions as attributes of data, using `userEmail` as an example. Dimension values are strings. The JSON representation of a dimension is `{ \"dimensionName\": string }`. The `dimensionName` field, a string, specifies the API name of the dimension. A list of supported dimensions can be found in the Data Access Schema. Dimensions are referenced by name in `dimensionFilter` and `orderBys`.\n"],null,["# AccessDimension\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDimensions are attributes of your data. For example, the dimension `userEmail` indicates the email of the user that accessed reporting data. Dimension values in report responses are strings.\n\n| JSON representation |\n|-------------------------------------|\n| ``` { \"dimensionName\": string } ``` |\n\n| Fields ||\n|-----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dimensionName` | `string` The API name of the dimension. See [Data Access Schema](https://developers.google.com/analytics/devguides/config/admin/v1/access-api-schema) for the list of dimensions supported in this API. Dimensions are referenced by name in `dimensionFilter` and `orderBys`. |"]]