type DisapprovalReason (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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.DisapprovalReason object provides details about the disapproval reason for a site, categorized by type and specific details.\u003c/p\u003e\n"],["\u003cp\u003eDisapprovalReason includes a \u003ccode\u003etype\u003c/code\u003e field that indicates the broad reason for disapproval, with options like CONTENT, OWNERSHIP, OTHER, and UNKNOWN.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edetails\u003c/code\u003e field provides further information about the specific cause for disapproval in string format.\u003c/p\u003e\n"]]],["The `SiteService` relies on the `Site` dependency and utilizes `DisapprovalReason`. This `DisapprovalReason` has two fields: `type` and `details`. `Type` specifies the reason for disapproval, using enumerated values: `CONTENT`, `OWNERSHIP`, `OTHER`, and `UNKNOWN`. The `details` field is a string providing further context. The namespace for this service is `https://www.google.com/apis/ads/publisher/v202411`.\n"],null,["# type DisapprovalReason (v202411)\n\n**Service** \n**SiteService** **Dependencies** \n[Site](/ad-manager/api/reference/v202411/SiteService.Site) \n▼\n**DisapprovalReason**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|---------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `type` | ` `[DisapprovalReason.Type](/ad-manager/api/reference/v202411/SiteService.DisapprovalReason.Type)` ` *** ** * ** *** **Enumerations** `CONTENT` : `OWNERSHIP` : `OTHER` : `UNKNOWN` : \u003cbr /\u003e |\n| ### `details` | ` `xsd:`string` \u003cbr /\u003e |"]]