[[["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 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. |"]]