ReportWarning
Stay organized with collections
Save and categorize content based on your preferences.
Warnings associated with generation of the report.
JSON representation |
{
"type": enum (Type ),
"description": string
} |
Fields |
type |
enum (Type )
Type of the warning.
|
description |
string
Describes the details of the warning message, in English.
|
Type
Enums |
TYPE_UNSPECIFIED |
Default value for an unset field. Do not use. |
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. |
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. |
OTHER |
Warnings that are exposed without a specific type. Useful when new warning types are added but the API is not changed yet. |
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-01-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-01-20 UTC."],[[["Report warnings provide insights into potential data discrepancies or processing issues within AdMob reports."],["Warnings are categorized by type, including data timezone mismatches, processing delays, and currency discrepancies, each with a detailed description."],["While the `TYPE_UNSPECIFIED` enum exists, it should not be actively used; the `OTHER` type accommodates unforeseen warning categories."],["Currency-based warnings highlight potential deviations between requested and account currencies, impacting earning estimations."],["Time zone warnings alert users to potential data aggregation inconsistencies due to historical timezone changes affecting report start times."]]],["The document details the structure of report warnings, represented in JSON with a `type` and a `description`. The `type` field, an enumeration, specifies the nature of the warning. Possible types include `TYPE_UNSPECIFIED` (default), `DATA_BEFORE_ACCOUNT_TIMEZONE_CHANGE` (time zone discrepancy), `DATA_DELAYED` (processing delay), `OTHER` (general warning), and `REPORT_CURRENCY_NOT_ACCOUNT_CURRENCY` (currency mismatch). The `description` field provides a detailed, English explanation of the warning.\n"]]