AI-generated Key Takeaways
-
This operation updates a custom channel, primarily for AdSense for Platforms publishers.
-
It utilizes an HTTP PATCH request with path and query parameters for specifying the channel and update fields.
-
The request body should contain a
CustomChannel
object outlining the desired changes. -
A successful response will return the updated
CustomChannel
object. -
Authorization requires the
https://www.googleapis.com/auth/adsense
scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a custom channel.
This method can be called only by a restricted set of projects, which are usually owned by AdSense for Platforms publishers. Contact your account manager if you need to use this method.
HTTP request
PATCH https://adsense.googleapis.com/v2/{customChannel.name=accounts/*/adclients/*/customchannels/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
customChannel.name |
Output only. Resource name of the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel} |
Query parameters
Parameters | |
---|---|
updateMask |
The list of fields to update. If empty, a full update is performed. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of CustomChannel
.
Response body
If successful, the response body contains an instance of CustomChannel
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/adsense