Method: exchanges.publishers.patch
Stay organized with collections
Save and categorize content based on your preferences.
HTTP request
PATCH https://dv360seller.googleapis.com/v1beta1/{publisher.name=exchanges/*/publishers/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
publisher.name |
string
Output only. Relative route name for this publisher. Should be of the form: "exchanges/{seller_id}/publishers/{publisherId} Example: "exchanges/1234/publishers/5678".
|
Query parameters
Parameters |
updateMask |
string (FieldMask format)
Required. The mask to control which fields to update. This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo" .
|
Request body
The request body contains an instance of Publisher
.
Response body
If successful, the response body contains an instance of Publisher
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/doubleclickbidmanager
For more information, see the OAuth 2.0 Overview.
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-05-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-21 UTC."],[[["This page details how to update an existing publisher using the `PATCH` HTTP request method."],["The request must include the publisher's relative route name as a path parameter and a field mask specifying the fields to update as a query parameter."],["The request body should contain the updated Publisher object, and a successful response will return the updated Publisher object."],["Authorization requires the `https://www.googleapis.com/auth/doubleclickbidmanager` OAuth scope."]]],["This documentation details updating a publisher via a `PATCH` request to a specific URL using gRPC Transcoding. The request requires a `publisher.name` path parameter and an `updateMask` query parameter to specify the publisher and fields to update. The request body contains the updated `Publisher` data, and a successful response returns an updated `Publisher`. Authorization requires the `https://www.googleapis.com/auth/doubleclickbidmanager` OAuth scope.\n"]]