AI-generated Key Takeaways
-
MobileApplication.ApprovalStatus
represents the approval status of a mobile application within theMobileApplicationService
. -
The namespace for this enumeration is
https://www.google.com/apis/ads/publisher/v202508
. -
Possible approval statuses include
UNKNOWN
,DRAFT
,UNCHECKED
,APPROVED
,DISAPPROVED
, andAPPEALING
, each indicating a different stage or outcome in the review process.
The approval status of the mobile application.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |