Od
8 września 2025 r. każdy nowy element zamówienia będzie musiał deklarować, czy będzie wyświetlać reklamy polityczne w Unii Europejskiej (UE). Przesyłanie plików SDF i wywoływanie interfejsu Display & Video 360 API bez deklaracji zakończy się niepowodzeniem. Więcej informacji o tym, jak zaktualizować integrację, aby złożyć to oświadczenie, znajdziesz na naszej
stronie dotyczącej wycofania.
Method: advertisers.channels.patch
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Aktualizuje kanał. W przypadku powodzenia zwraca zaktualizowany kanał.
Żądanie HTTP
PATCH https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/channels/{channel.channelId}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
channel.channelId |
string (int64 format)
Tylko dane wyjściowe. Unikalny identyfikator kanału. Przypisany przez system.
|
Parametr unii owner . Wymagane. Określa, która jednostka DV360 jest właścicielem kanału. owner może być tylko jednym z tych elementów: |
advertiserId |
string (int64 format)
Identyfikator reklamodawcy, który jest właścicielem utworzonego kanału.
|
Parametry zapytania
Parametry |
updateMask |
string (FieldMask format)
Wymagane. Maska określająca, które pola mają zostać zaktualizowane. Jest to lista pełnych nazw pól rozdzielona przecinkami. Przykład: "user.displayName,photo" .
|
Parametr unii owner . Wymagane. Określa, która jednostka DV360 jest właścicielem kanału. owner może być tylko jednym z tych elementów: |
partnerId |
string (int64 format)
Identyfikator partnera, który jest właścicielem utworzonego kanału.
|
Treść żądania
Treść żądania zawiera wystąpienie elementu Channel
.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu Channel
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/display-video
Więcej informacji znajdziesz w OAuth 2.0 Overview.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003eUpdates an existing channel within Display & Video 360 and returns the updated channel upon successful completion.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying either the advertiser or partner ID to determine channel ownership.\u003c/p\u003e\n"],["\u003cp\u003eThe request must include an \u003ccode\u003eupdateMask\u003c/code\u003e to indicate the specific fields to be modified.\u003c/p\u003e\n"],["\u003cp\u003eThe request and response bodies both utilize the \u003ccode\u003eChannel\u003c/code\u003e object for data transfer.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: advertisers.channels.patch\n\n| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates a channel. Returns the updated channel if successful.\n\n### HTTP request\n\n`PATCH https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/channels/{channel.channelId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `channel.channelId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the channel. Assigned by the system. |\n| Union parameter `owner`. Required. Identifies which DV360 entity owns the channel. `owner` can be only one of the following: ||\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the advertiser that owns the created channel. |\n\n### Query parameters\n\n| Parameters ||\n|--------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` 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\"`. |\n| Union parameter `owner`. Required. Identifies which DV360 entity owns the channel. `owner` can be only one of the following: ||\n| `partnerId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The ID of the partner that owns the created channel. |\n\n### Request body\n\nThe request body contains an instance of [Channel](/display-video/api/reference/rest/v3/advertisers.channels#Channel).\n\n### Response body\n\nIf successful, the response body contains an instance of [Channel](/display-video/api/reference/rest/v3/advertisers.channels#Channel).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]