ReportHeader
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-08-21 (UTC).
[null,null,["Zuletzt aktualisiert: 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\". |"]]