ReportFooter
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-21 UTC
[null,null,["อัปเดตล่าสุด 2025-08-21 UTC"],[[["\u003cp\u003eThe \u003ccode\u003eMediationNativeAdapter\u003c/code\u003e is deprecated; use \u003ccode\u003ecom.google.android.gms.ads.mediation.Adapter\u003c/code\u003e instead for native ad support from third-party ad networks.\u003c/p\u003e\n"],["\u003cp\u003eAdapters should request ads from the ad network when \u003ccode\u003erequestNativeAd\u003c/code\u003e is called and report success or failure to the \u003ccode\u003eMediationNativeListener\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eAutomatic ad refreshing should be disabled on the client side by the adapter to prevent issues with ad display and counting.\u003c/p\u003e\n"],["\u003cp\u003eThe adapter is responsible for forwarding events through the \u003ccode\u003eMediationNativeListener\u003c/code\u003e and receiving necessary parameters for ad requests via \u003ccode\u003eserverParameters\u003c/code\u003e, \u003ccode\u003emediationAdRequest\u003c/code\u003e, and \u003ccode\u003emediationExtras\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003erequestNativeAd\u003c/code\u003e is called on the UI thread, and precautions should be taken to avoid blocking operations.\u003c/p\u003e\n"]]],["The content defines data groups, specifically warnings and row counts, available after report generation. This data is sent as the final message in a stream response, containing an array of `warnings` and a `matchingRowCount`. Each warning includes a `type` and `description`. Warning types include `DATA_BEFORE_ACCOUNT_TIMEZONE_CHANGE`, `DATA_DELAYED`, `OTHER`, and `REPORT_CURRENCY_NOT_ACCOUNT_CURRENCY`, detailing issues like time zone discrepancies, data delays, unspecified warnings, or currency mismatches. The matching row count may not match the number of rows in the response.\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/v1/ReportFooter#ReportWarning) } ], \"matchingRowCount\": string } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `warnings[]` | `object (`[ReportWarning](/admob/api/reference/rest/v1/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/v1/ReportFooter#Type), \"description\": string } ``` |\n\n| Fields ||\n|---------------|----------------------------------------------------------------------------------------|\n| `type` | `enum (`[Type](/admob/api/reference/rest/v1/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. |"]]