AI-generated Key Takeaways
-
MobileApplication.ApprovalStatusis an enumeration used to indicate the approval status of a mobile application within the MobileApplicationService. -
Possible approval statuses include UNKNOWN, DRAFT, UNCHECKED, APPROVED, DISAPPROVED, and APPEALING, each with a specific meaning regarding the application's readiness and ability to serve ads.
-
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202411.
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. |