ReportHeader
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 2025-08-21 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\". |"]]