ReportFooter
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-08-21 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-08-21 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eReport Footer data is sent as the last message in stream responses and includes warnings and row counts.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReportWarning\u003c/code\u003e objects detail specific warnings with a type and description.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ematchingRowCount\u003c/code\u003e indicates the total rows matching the request, but might not match the response row count.\u003c/p\u003e\n"],["\u003cp\u003eWarnings can include data timezone mismatches, data delays, or currency differences.\u003c/p\u003e\n"]]],["The report footer, sent as the last message, contains data groups like warnings and row counts. It includes `warnings`, an array of `ReportWarning` objects, and `matchingRowCount`, a string representing the total matching rows (not necessarily the response's row count). `ReportWarning` details each warning with a `type` and a `description`. Warning `type` can be one of the following enums: `TYPE_UNSPECIFIED`, `DATA_BEFORE_ACCOUNT_TIMEZONE_CHANGE`, `DATA_DELAYED`, `OTHER`, or `REPORT_CURRENCY_NOT_ACCOUNT_CURRENCY`.\n"],null,["# ReportFooter\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ReportWarning](#ReportWarning)\n - [JSON representation](#ReportWarning.SCHEMA_REPRESENTATION)\n- [Type](#Type)\n\nGroups data available after report generation, for example, warnings and row counts. Always sent as the last message in the stream response.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"warnings\": [ { object (/admob/api/reference/rest/v1beta/ReportFooter#ReportWarning) } ], \"matchingRowCount\": string } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `warnings[]` | `object (`[ReportWarning](/admob/api/reference/rest/v1beta/ReportFooter#ReportWarning)`)` Warnings associated with generation of the report. |\n| `matchingRowCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Total number of rows that matched the request. Warning: This count does NOT always match the number of rows in the response. Do not make that assumption when processing the response. |\n\nReportWarning\n-------------\n\nWarnings associated with generation of the report.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------|\n| ``` { \"type\": enum (/admob/api/reference/rest/v1beta/ReportFooter#Type), \"description\": string } ``` |\n\n| Fields ||\n|---------------|--------------------------------------------------------------------------------------------|\n| `type` | `enum (`[Type](/admob/api/reference/rest/v1beta/ReportFooter#Type)`)` Type of the warning. |\n| `description` | `string` Describes the details of the warning message, in English. |\n\nType\n----\n\nWarning type.\n\n| Enums ||\n|----------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `TYPE_UNSPECIFIED` | Default value for an unset field. Do not use. |\n| `DATA_BEFORE_ACCOUNT_TIMEZONE_CHANGE` | Some data in this report is aggregated based on a time zone different from the requested time zone. This could happen if a local time-zone report has the start time before the last time this time zone changed. The description field will contain the date of the last time zone change. |\n| `DATA_DELAYED` | There is an unusual delay in processing the source data for the requested date range. The report results might be less up to date than usual. AdMob is aware of the issue and is actively working to resolve it. |\n| `OTHER` | Warnings that are exposed without a specific type. Useful when new warning types are added but the API is not changed yet. |\n| `REPORT_CURRENCY_NOT_ACCOUNT_CURRENCY` | The currency being requested is not the account currency. The earning metrics will be based on the requested currency, and thus not a good estimation of the final payment anymore, due to the currency rate fluctuation. |"]]