enum MobileApplication.ApprovalStatus (v202408)
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/v202408
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\u003eMobileApplicationService utilizes MobileApplication objects which contain an ApprovalStatus field.\u003c/p\u003e\n"],["\u003cp\u003eApprovalStatus is an enumeration outlining the various stages of a mobile application's approval process within Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThe ApprovalStatus dictates if a mobile application is eligible to serve ads, ranging from draft to approved or disapproved states.\u003c/p\u003e\n"],["\u003cp\u003eIt also encompasses an "appealing" status indicating a disapproved application currently undergoing an appeal review.\u003c/p\u003e\n"],["\u003cp\u003eThe namespace for this service is \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content describes the `MobileApplication.ApprovalStatus`, an enumeration used 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). Each status indicates the current state of a mobile application's readiness to serve advertisements. The namespace for this is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum MobileApplication.ApprovalStatus (v202408)\n\n**Service** \n**MobileApplicationService** **Dependencies** \n[MobileApplication](/ad-manager/api/reference/v202408/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/v202408`\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. |"]]