REST Resource: accounts.platforms.childAccounts.sites
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-07-04 UTC.
[null,null,["Last updated 2025-07-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePlatformChildSite\u003c/code\u003e resource represents a transparent platform child site, containing information such as its name, domain, and platform group.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePlatformChildSite\u003c/code\u003e resource uses a JSON format with fields like \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003edomain\u003c/code\u003e, and \u003ccode\u003eplatformGroup\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e field is a string identifier with a specific format that includes account, platform, child account, and site details.\u003c/p\u003e\n"],["\u003cp\u003eTwo methods, \u003ccode\u003elist\u003c/code\u003e and \u003ccode\u003epatch\u003c/code\u003e, are available to interact with \u003ccode\u003ePlatformChildSite\u003c/code\u003e resources, enabling the listing and updating of child sites.\u003c/p\u003e\n"]]],["The content describes the `PlatformChildSite` resource, representing a child site within a platform. Its JSON structure includes a `name` identifier, `domain` URL, and `platformGroup` resource name. Key actions involve managing these resources through two methods: `list`, which retrieves a list of child sites for a specific child account, and `patch`, which enables updating an existing child site's properties.\n"],null,["# REST Resource: accounts.platforms.childAccounts.sites\n\n- [Resource: PlatformChildSite](#PlatformChildSite)\n - [JSON representation](#PlatformChildSite.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: PlatformChildSite\n---------------------------\n\nRepresentation of a Transparent Platform Child Site.\n\n| JSON representation |\n|-----------------------------------------------------------------------|\n| ``` { \"name\": string, \"domain\": string, \"platformGroup\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platformChildSite} |\n| `domain` | `string` Output only. Domain URL of the Platform Child Site. Part of the PlatformChildSite name. |\n| `platformGroup` | `string` Resource name of the Platform Group of the Platform Child Site. |\n\n| Methods ------- ||\n|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------|\n| ### [get](/adsense/platforms/reference/rest/v1alpha/accounts.platforms.childAccounts.sites/get) | Gets a Platform Child Site for a specified Platform Child Account and site. |\n| ### [list](/adsense/platforms/reference/rest/v1alpha/accounts.platforms.childAccounts.sites/list) | Lists Platform Child Sites for a specified Platform Child Account. |\n| ### [patch](/adsense/platforms/reference/rest/v1alpha/accounts.platforms.childAccounts.sites/patch) | Update a Platform Child Site. |"]]