ReportHeader
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[null,null,["Last updated 2025-08-20 UTC."],[[["\u003cp\u003eThe initial message in the stream response provides group data to facilitate report processing.\u003c/p\u003e\n"],["\u003cp\u003eGroup data includes information about the report's date range, localization settings, and reporting time zone.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edateRange\u003c/code\u003e field corresponds to the report's timeframe, matching the request.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003elocalizationSettings\u003c/code\u003e reflect the report's locale settings, mirroring the request.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ereportingTimeZone\u003c/code\u003e specifies the report's time zone using a CLDR project ID.\u003c/p\u003e\n"]]],[],null,["# ReportHeader\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nGroups data helps to treat the generated report. Always sent as a first message in the stream response.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"dateRange\": { object (/admob/api/reference/rest/v1/DateRange) }, \"localizationSettings\": { object (/admob/api/reference/rest/v1/LocalizationSettings) }, \"reportingTimeZone\": string } ``` |\n\n| Fields ||\n|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dateRange` | `object (`[DateRange](/admob/api/reference/rest/v1/DateRange)`)` The date range for which the report is generated. This is identical to the range specified in the report request. |\n| `localizationSettings` | `object (`[LocalizationSettings](/admob/api/reference/rest/v1/LocalizationSettings)`)` Localization settings of the report. This is identical to the settings in the report request. |\n| `reportingTimeZone` | `string` The report time zone. The value is a time-zone ID as specified by the CLDR project, for example, \"America/Los_Angeles\". |"]]