ReportHeader
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-21 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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\". |"]]