[[["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-05-15 UTC."],[[["The Site service allows for the creation and updating of sites, which are represented by the `Site` object."],["A `Site` is identified by its unique ID and URL, and it can be associated with a child network."],["Sites have an approval status that can be `DRAFT`, `UNCHECKED`, `APPROVED`, `DISAPPROVED`, `REQUIRES_REVIEW`, or `UNKNOWN`, and may have disapproval reasons if not approved."],["The `active` field indicates whether the site is currently active, and `disapprovalReasons` provide further insight if the site is not approved."]]],["The `SiteService` manages `Site` objects, utilizing `SitePage` for data. Key actions include `createSites()` and `updateSites()`. Each `Site` has attributes such as `id` (long), `url` (string), `childNetworkCode` (string), and `active` (boolean). The `approvalStatus` can be `DRAFT`, `UNCHECKED`, `APPROVED`, `DISAPPROVED`, `REQUIRES_REVIEW`, or `UNKNOWN`. `disapprovalReasons` details are provided as an array. The `SiteService` namespace is `https://www.google.com/apis/ads/publisher/v202405`.\n"]]