AI-generated Key Takeaways
-
The primary purpose of this page is to provide information on how to update a Platform Child Site using a PATCH HTTP request.
-
The request uses a specific URL structure that includes account, platform, child account, and site identifiers.
-
The update operation can optionally specify which fields to update using the
updateMaskquery parameter, currently supporting only theplatformGroupfield. -
The request and response bodies both contain an instance of the
PlatformChildSiteresource. -
Authorization requires the
https://www.googleapis.com/auth/adsenseOAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Update a Platform Child Site.
HTTP request
PATCH https://adsenseplatform.googleapis.com/v1alpha/{platformChildSite.name=accounts/*/platforms/*/childAccounts/*/sites/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
platformChildSite.name |
Identifier. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_account}/sites/{platformChildSite} |
Query parameters
| Parameters | |
|---|---|
updateMask |
Optional. The list of fields to update - currently only supports updating the This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of PlatformChildSite.
Response body
If successful, the response body contains an instance of PlatformChildSite.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adsense