enum ApprovalStatus (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
DRAFT
|
|
UNCHECKED
|
|
APPROVED
|
|
DISAPPROVED
|
|
REQUIRES_REVIEW
|
|
UNKNOWN
|
|
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\u003eSiteService provides access to site resources with varying approval statuses.\u003c/p\u003e\n"],["\u003cp\u003eSites can have one of six approval statuses: \u003ccode\u003eDRAFT\u003c/code\u003e, \u003ccode\u003eUNCHECKED\u003c/code\u003e, \u003ccode\u003eAPPROVED\u003c/code\u003e, \u003ccode\u003eDISAPPROVED\u003c/code\u003e, \u003ccode\u003eREQUIRES_REVIEW\u003c/code\u003e, or \u003ccode\u003eUNKNOWN\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe SiteService API uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202411\u003c/code\u003e.\u003c/p\u003e\n"]]],["The content defines `ApprovalStatus` within the `SiteService` namespace (`https://www.google.com/apis/ads/publisher/v202411`) and its relationship to `Site`. The enumeration values describe the different stages of approval for a site. These include `DRAFT`, `UNCHECKED`, `APPROVED`, `DISAPPROVED`, `REQUIRES_REVIEW`, and `UNKNOWN`, which represent the site's status regarding its approval process. The core information is defining the possible status values in the context of site management.\n"],null,["# enum ApprovalStatus (v202411)\n\n**Service** \n**SiteService** **Dependencies** \n[Site](/ad-manager/api/reference/v202411/SiteService.Site) \n▼\n**ApprovalStatus**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------------|-------------|\n| `DRAFT` | |\n| `UNCHECKED` | |\n| `APPROVED` | |\n| `DISAPPROVED` | |\n| `REQUIRES_REVIEW` | |\n| `UNKNOWN` | |"]]