ReportHeader
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-21。
[null,null,["最后更新时间 (UTC):2025-08-21。"],[[["\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\". |"]]