AI-generated Key Takeaways
- 
          
DimensionHeaderdescribes a dimension column in a report. - 
          
Dimensions used only in filters or expressions do not produce columns or headers in the report.
 - 
          
The JSON representation of a
DimensionHeaderincludes a "name" field, which is a string representing the dimension's name. 
Describes 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.
| JSON representation | 
|---|
{ "name": string }  | 
            
| Fields | |
|---|---|
name | 
              
                 
 The dimension's name.  |