ReportHeader
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/08/21 (UTC).
[null,null,["Dernière mise à jour le 2025/08/21 (UTC)."],[[["\u003cp\u003eThe initial message in the stream response provides grouping data for report analysis.\u003c/p\u003e\n"],["\u003cp\u003eThis data includes the report's date range, localization settings, and reporting time zone.\u003c/p\u003e\n"],["\u003cp\u003eThese details align with the user's report request, ensuring consistency in data presentation.\u003c/p\u003e\n"]]],["The initial message in a stream response contains data for report processing, represented in JSON. This JSON includes `dateRange`, specifying the report's timeframe matching the request; `localizationSettings`, detailing language and currency, also mirroring the request; and `reportingTimeZone`, a string indicating the report's time zone (e.g., \"America/Los_Angeles\"). These fields provide crucial context for the report's temporal and regional parameters.\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/v1beta/DateRange) }, \"localizationSettings\": { object (/admob/api/reference/rest/v1beta/LocalizationSettings) }, \"reportingTimeZone\": string } ``` |\n\n| Fields ||\n|------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dateRange` | `object (`[DateRange](/admob/api/reference/rest/v1beta/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/v1beta/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\". |"]]