type Site (v202408)
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Field
|
id
|
xsd:long
|
url
|
xsd:string
|
childNetworkCode
|
xsd:string
|
approvalStatus
|
ApprovalStatus
Enumerations
-
DRAFT
-
UNCHECKED
-
APPROVED
-
DISAPPROVED
-
REQUIRES_REVIEW
-
UNKNOWN
|
active
|
xsd:boolean
|
approvalStatusUpdateTime
|
DateTime
|
disapprovalReasons
|
DisapprovalReason[]
|
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 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["Sites represent web properties where ads can be displayed and are managed through the SiteService, allowing for creation and updates."],["Each site is uniquely identified by an ID and associated with a specific URL, potentially within a child network designated by a code."],["Sites undergo an approval process, indicated by their status (e.g., draft, approved, disapproved), and can be active or inactive for ad serving."],["Approval status changes are tracked with timestamps, and if disapproved, specific reasons are provided."]]],["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"]]