enum MobileApplication.ApprovalStatus (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
Service
MobileApplicationService
The approval status of the mobile application.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
UNKNOWN
|
Unknown approval status.
|
DRAFT
|
The application is not yet ready for review.
|
UNCHECKED
|
The application has not yet been reviewed.
|
APPROVED
|
The application can serve ads.
|
DISAPPROVED
|
The application failed approval checks and it cannot serve any ads.
|
APPEALING
|
The application is disapproved but has a pending review status, signaling an appeal.
|
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThis document details the \u003ccode\u003eMobileApplication.ApprovalStatus\u003c/code\u003e enumeration within Google Ad Manager's MobileApplicationService.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMobileApplication.ApprovalStatus\u003c/code\u003e indicates whether a mobile application is approved to serve ads, with statuses ranging from draft to approved, disapproved, or under review.\u003c/p\u003e\n"],["\u003cp\u003eStatuses like \u003ccode\u003eDRAFT\u003c/code\u003e, \u003ccode\u003eUNCHECKED\u003c/code\u003e, \u003ccode\u003eAPPROVED\u003c/code\u003e, \u003ccode\u003eDISAPPROVED\u003c/code\u003e, and \u003ccode\u003eAPPEALING\u003c/code\u003e offer publishers insight into their mobile application's ad serving eligibility.\u003c/p\u003e\n"],["\u003cp\u003ePublishers can utilize this information to manage and monitor their mobile applications within the Google Ad Manager platform.\u003c/p\u003e\n"]]],["The core content describes the `MobileApplication.ApprovalStatus` within the `MobileApplicationService`. It details six possible statuses: `UNKNOWN`, `DRAFT` (not ready for review), `UNCHECKED` (not yet reviewed), `APPROVED` (can serve ads), `DISAPPROVED` (cannot serve ads), and `APPEALING` (disapproved with a pending appeal). These statuses represent the different stages of a mobile application's review and its ability to display ads within the specified namespace.\n"],null,["# enum MobileApplication.ApprovalStatus (v202411)\n\n**Service** \n**MobileApplicationService** **Dependencies** \n[MobileApplication](/ad-manager/api/reference/v202411/MobileApplicationService.MobileApplication) \n▼\n**MobileApplication.ApprovalS...**\n\nThe approval status of the mobile application.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|---------------|--------------------------------------------------------------------------------------|\n| `UNKNOWN` | Unknown approval status. |\n| `DRAFT` | The application is not yet ready for review. |\n| `UNCHECKED` | The application has not yet been reviewed. |\n| `APPROVED` | The application can serve ads. |\n| `DISAPPROVED` | The application failed approval checks and it cannot serve any ads. |\n| `APPEALING` | The application is disapproved but has a pending review status, signaling an appeal. |"]]