type Site (v202505)

  • The SiteService is dependent on SitePage and includes methods for creating and updating sites.

  • The Site object contains fields such as id, url, childNetworkCode, approvalStatus, approvalStatusUpdateTime, and disapprovalReasons.

  • The approvalStatus field is an enumeration with values indicating the review status of a site.


Namespace
https://www.google.com/apis/ads/publisher/v202505

Field

id

xsd:long

url

xsd:string

childNetworkCode

xsd:string

approvalStatus

ApprovalStatus


Enumerations
DRAFT
UNCHECKED
APPROVED
DISAPPROVED
REQUIRES_REVIEW
UNKNOWN

approvalStatusUpdateTime

DateTime

disapprovalReasons

DisapprovalReason[]