ReportHeader

  • The initial message in the stream response provides group data to facilitate report processing.

  • Group data includes information about the report's date range, localization settings, and reporting time zone.

  • The dateRange field corresponds to the report's timeframe, matching the request.

  • localizationSettings reflect the report's locale settings, mirroring the request.

  • reportingTimeZone specifies the report's time zone using a CLDR project ID.

Groups data helps to treat the generated report. Always sent as a first message in the stream response.

JSON representation
{
  "dateRange": {
    object (DateRange)
  },
  "localizationSettings": {
    object (LocalizationSettings)
  },
  "reportingTimeZone": string
}
Fields
dateRange

object (DateRange)

The date range for which the report is generated. This is identical to the range specified in the report request.

localizationSettings

object (LocalizationSettings)

Localization settings of the report. This is identical to the settings in the report request.

reportingTimeZone

string

The report time zone. The value is a time-zone ID as specified by the CLDR project, for example, "America/Los_Angeles".