ReportHeader
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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\". |"]]