[[["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\u003eSites represent web properties where ads can be displayed and are managed through the SiteService, allowing for creation and updates.\u003c/p\u003e\n"],["\u003cp\u003eEach site is uniquely identified by an ID and associated with a specific URL, potentially within a child network designated by a code.\u003c/p\u003e\n"],["\u003cp\u003eSites undergo an approval process, indicated by their status (e.g., draft, approved, disapproved), and can be active or inactive for ad serving.\u003c/p\u003e\n"],["\u003cp\u003eApproval status changes are tracked with timestamps, and if disapproved, specific reasons are provided.\u003c/p\u003e\n"]]],["The `SiteService` manages sites, with dependencies on `SitePage`. Key actions include `createSites()` and `updateSites()`. Sites have attributes like `id`, `url`, `childNetworkCode`, `approvalStatus`, `active` state, `approvalStatusUpdateTime`, and `disapprovalReasons`. `ApprovalStatus` is an enumeration with values: `DRAFT`, `UNCHECKED`, `APPROVED`, `DISAPPROVED`, `REQUIRES_REVIEW`, and `UNKNOWN`. The service's namespace is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type Site (v202408)\n\n**Service** \n**SiteService** **Dependencies** \n[SitePage](/ad-manager/api/reference/v202408/SiteService.SitePage) [createSites()](/ad-manager/api/reference/v202408/SiteService#createSites) [updateSites()](/ad-manager/api/reference/v202408/SiteService#updateSites) \n▼\n**Site**\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|--------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `id` | ` `xsd:`long` \u003cbr /\u003e |\n| ### `url` | ` `xsd:`string` \u003cbr /\u003e |\n| ### `childNetworkCode` | ` `xsd:`string` \u003cbr /\u003e |\n| ### `approvalStatus` | ` `[ApprovalStatus](/ad-manager/api/reference/v202408/SiteService.ApprovalStatus)` ` *** ** * ** *** **Enumerations** `DRAFT` : `UNCHECKED` : `APPROVED` : `DISAPPROVED` : `REQUIRES_REVIEW` : `UNKNOWN` : \u003cbr /\u003e |\n| ### `active` | ` `xsd:`boolean` \u003cbr /\u003e |\n| ### `approvalStatusUpdateTime` | ` `[DateTime](/ad-manager/api/reference/v202408/SiteService.DateTime)` ` \u003cbr /\u003e |\n| ### `disapprovalReasons` | ` `[DisapprovalReason](/ad-manager/api/reference/v202408/SiteService.DisapprovalReason)`[]` \u003cbr /\u003e |"]]