Coba server MCP untuk Google Analytics. Instal dari
GitHub, dan lihat
pengumuman untuk mengetahui detail selengkapnya.
DimensionHeader
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003eThis document explains dimension columns in reports, which are generated from requested dimensions and appear as entries within rows and DimensionHeaders.\u003c/p\u003e\n"],["\u003cp\u003eDimensions used solely in filters or expressions do not result in report columns or headers.\u003c/p\u003e\n"],["\u003cp\u003eA JSON representation with the field "name" (string) is used to define a dimension's name.\u003c/p\u003e\n"]]],["A dimension column in a report is defined by its `name` (a string). Dimensions included in the report's request generate column entries and DimensionHeaders. Dimensions only used in filters or expressions don't create report columns or headers. The JSON representation of a dimension is a single object with the `\"name\"` field.\n"],null,["# DimensionHeader\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDescribes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.\n\n| JSON representation |\n|----------------------------|\n| ``` { \"name\": string } ``` |\n\n| Fields ||\n|--------|--------------------------------|\n| `name` | `string` The dimension's name. |"]]