[[["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 2024-11-19 UTC."],[[["SiteService.DisapprovalReason object provides details about the disapproval reason for a site, categorized by type and specific details."],["DisapprovalReason includes a `type` field that indicates the broad reason for disapproval, with options like CONTENT, OWNERSHIP, OTHER, and UNKNOWN."],["The `details` field provides further information about the specific cause for disapproval in string format."]]],["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"]]