ReportHeader
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-08-21 UTC.
[null,null,["Última atualização 2025-08-21 UTC."],[[["\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\". |"]]