Rapordaki bir boyut sütununu açıklar. Bir raporda istenen boyutlar, satırlar ve DimensionHeaders içinde sütun girişleri oluşturur. Bununla birlikte, yalnızca filtreler veya ifadelerde kullanılan boyutlar, bir raporda sütun oluşturmaz; buna karşılık gelen boyutlar da başlık oluşturmaz.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eThis document explains how dimension columns are represented in reports, appearing as entries within rows and DimensionHeaders when requested.\u003c/p\u003e\n"],["\u003cp\u003eDimensions used only in filters or expressions do not generate columns or headers in the report.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of a dimension column includes a "name" field, which is a string containing the 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,["- [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. |"]]