DimensionHeader

  • This document explains how dimension columns are represented in reports, appearing as entries within rows and DimensionHeaders when requested.

  • Dimensions used only in filters or expressions do not generate columns or headers in the report.

  • The JSON representation of a dimension column includes a "name" field, which is a string containing 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

string

The dimension's name.